Bump version to 1.0

This commit is contained in:
Roberto Rosario
2014-08-26 23:00:35 -04:00
parent 65ecb28c76
commit 7a28fa12c2
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
1.0 (2014-07-??)
1.0 (2014-08-27)
================
- New home @ https://github.com/mayan-edms/mayan-edms

View File

@@ -34,7 +34,7 @@ To install **Mayan EDMS**, simply do:
$ virtualenv venv
$ source venv/bin/activate
$ pip install mayan-edms==1.0.rc3
$ pip install mayan-edms
$ mayan-edms.py initialsetup
$ mayan-edms.py runserver

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.rc3
$ pip install mayan-edms
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

@@ -2,7 +2,7 @@
Mayan EDMS v1.0 release notes
=============================
*July 2014*
*August 26, 2014*
Welcome to Mayan EDMS v1.0!

View File

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