From 486f59fbfbdc3c77ebeb9ffdf424674b008262ae Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 24 Jul 2014 13:26:25 -0400 Subject: [PATCH] Update version in instructions --- README.rst | 2 +- docs/intro/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 80284ff95f..6a3c5f54b9 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ To install **Mayan EDMS**, simply do: $ virtualenv venv $ source venv/bin/activate - $ pip install mayan-edms==1.0.rc2 + $ pip install mayan-edms==1.0.rc3 $ mayan-edms.py initialsetup $ mayan-edms.py runserver diff --git a/docs/intro/installation.rst b/docs/intro/installation.rst index 3dd79dc550..75b00bfbb9 100644 --- a/docs/intro/installation.rst +++ b/docs/intro/installation.rst @@ -21,7 +21,7 @@ Initialize a ``virtualenv`` to deploy the project: $ virtualenv venv $ source venv/bin/activate - $ pip install mayan-edms==1.0.rc2 + $ pip install mayan-edms==1.0.rc3 By default **Mayan EDMS** will create a single file SQLite_ database, which makes it very easy to start using **Mayan EDMS**. Populate the database with the project's schema doing: