Bump version

This commit is contained in:
Roberto Rosario
2014-07-17 01:24:20 -04:00
parent 4c95e2665c
commit a0e87df997
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ To install **Mayan EDMS**, simply do:
$ virtualenv venv
$ source venv/bin/activate
$ pip install mayan-edms==1.0.rc1
$ pip install mayan-edms==1.0.rc2
Instead of using the usual ./manage.py use the alias mayan-edms.py:

View File

@@ -21,7 +21,7 @@ Initialize a ``virtualenv`` to deploy the project:
$ virtualenv venv
$ source venv/bin/activate
$ pip install mayan-edms==1.0.rc1
$ pip install mayan-edms==1.0.rc2
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:

View File

@@ -1,5 +1,5 @@
__title__ = 'Mayan EDMS'
__version__ = '1.0 rc1'
__version__ = '1.0 rc2'
__build__ = 0x010000
__author__ = 'Roberto Rosario'
__license__ = 'Apache 2.0'