From 7a28fa12c27949025c4f047e57ec8c0de6fe97bb Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 26 Aug 2014 23:00:35 -0400 Subject: [PATCH] Bump version to 1.0 --- HISTORY.rst | 2 +- README.rst | 2 +- docs/intro/installation.rst | 2 +- docs/releases/1.0.rst | 2 +- mayan/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0ef5a37b0d..7b5937b3fd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,4 +1,4 @@ -1.0 (2014-07-??) +1.0 (2014-08-27) ================ - New home @ https://github.com/mayan-edms/mayan-edms diff --git a/README.rst b/README.rst index 6a3c5f54b9..f6a49755c0 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.rc3 + $ pip install mayan-edms $ mayan-edms.py initialsetup $ mayan-edms.py runserver diff --git a/docs/intro/installation.rst b/docs/intro/installation.rst index 75b00bfbb9..4e249719ed 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.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: diff --git a/docs/releases/1.0.rst b/docs/releases/1.0.rst index 3dfd1c6561..0d24c6f76e 100644 --- a/docs/releases/1.0.rst +++ b/docs/releases/1.0.rst @@ -2,7 +2,7 @@ Mayan EDMS v1.0 release notes ============================= -*July 2014* +*August 26, 2014* Welcome to Mayan EDMS v1.0! diff --git a/mayan/__init__.py b/mayan/__init__.py index fbb2a7fb86..247c61abcb 100644 --- a/mayan/__init__.py +++ b/mayan/__init__.py @@ -1,5 +1,5 @@ __title__ = 'Mayan EDMS' -__version__ = '1.0 rc3' +__version__ = '1.0.0' __build__ = 0x010000 __author__ = 'Roberto Rosario' __license__ = 'Apache 2.0'