From b56e933be9863ccb3e5e7ee980e7c66f23dc5588 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sun, 2 Jan 2011 17:28:33 -0200 Subject: [PATCH] bumped version to 0.12 in documentation --- docs/topics/scrapyd.rst | 2 +- docs/topics/ubuntu.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/scrapyd.rst b/docs/topics/scrapyd.rst index b64f8487e..6bfe8d3f7 100644 --- a/docs/topics/scrapyd.rst +++ b/docs/topics/scrapyd.rst @@ -86,7 +86,7 @@ in your Ubuntu servers. So, if you plan to deploy Scrapyd on a Ubuntu server, just add the Ubuntu repositories as described in :ref:`topics-ubuntu` and then run:: - aptitude install scrapyd-0.11 + aptitude install scrapyd-0.12 This will install Scrapyd in your Ubuntu server creating a ``scrapy`` user which Scrapyd will run as. It will also create some directories and files that diff --git a/docs/topics/ubuntu.rst b/docs/topics/ubuntu.rst index 53c1bf95e..13bdd4b7b 100644 --- a/docs/topics/ubuntu.rst +++ b/docs/topics/ubuntu.rst @@ -13,7 +13,7 @@ latest bug fixes. To use the packages, just add the following line to your ``/etc/apt/sources.list``, and then run ``aptitude update`` and ``aptitude -install scrapy-0.11``:: +install scrapy-0.12``:: deb http://archive.scrapy.org/ubuntu DISTRO main