Bump version

Project: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/commit/e91551e5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/tree/e91551e5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/diff/e91551e5

Branch: refs/heads/master
Commit: e91551e50d4e699ae4914ec58956c588fe7af426
Parents: 8f69655
Author: BroganD1993 <darrenbro...@hotmail.com>
Authored: Tue Jun 24 19:27:36 2014 +0100
Committer: BroganD1993 <darrenbro...@hotmail.com>
Committed: Tue Jun 24 19:27:36 2014 +0100

----------------------------------------------------------------------
 HISTORY.rst | 22 ++++++++++++++++++++--
 setup.py    |  2 +-
 2 files changed, 21 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/blob/e91551e5/HISTORY.rst
----------------------------------------------------------------------
diff --git a/HISTORY.rst b/HISTORY.rst
index dd215f0..9859946 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,5 +1,23 @@
 History
-========
+=======
+
+1.0.0 (24-06-14)
+________________
+
+* Extract database out of application folder, move into config folder
+* Upgrade database with alembic config
+* Major refactor in controllers, remove repeated code
+* Add support for configuration profiles
+
+    `$ gstack-configure --profile exampleprofile`
+    `$ gstack --profile exampleprofile`
+
+* Give user the ability to debug app
+
+    `$ gstack --debug True`
+
+* Add unittests
+* Improve coverage of response attributes
 
 0.1.0 (29-05-14)
 ________________
@@ -22,6 +40,6 @@ __________________
 
 
 0.0.1 (24-9-2013)
-__________________
+_________________
 
 * gcloud conception

http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/blob/e91551e5/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 9d659e2..e577c23 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ except ImportError:
         raise RuntimeError(
             "python setuptools is required to build gstack")
 
-VERSION = '0.1.0'
+VERSION = '1.0.0'
 
 import os
 

Reply via email to