Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siloraptor committed Aug 27, 2014
1 parent 65ecb28 commit 7a28fa1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0 (2014-07-??)
1.0 (2014-08-27)
================

- New home @ https://github.com/mayan-edms/mayan-edms
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Mayan EDMS v1.0 release notes
=============================

*July 2014*
*August 26, 2014*

Welcome to Mayan EDMS v1.0!

Expand Down
2 changes: 1 addition & 1 deletion mayan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'Mayan EDMS'
__version__ = '1.0 rc3'
__version__ = '1.0.0'
__build__ = 0x010000
__author__ = 'Roberto Rosario'
__license__ = 'Apache 2.0'
Expand Down

0 comments on commit 7a28fa1

Please sign in to comment.