Skip to content

Commit

Permalink
Update changelog, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Tschuy committed Aug 29, 2014
1 parent 9f93645 commit d5dae9c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
24 changes: 16 additions & 8 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
Changelog
=========

Unreleased
----------

* #13275: |gwm| is now a Python package
* #13599: refactoring and new internal application structure
* #14661: new :ref:`installation script <setup-script>`
* #15057: new :ref:`script for building dependencies <build-script>`
* updated project documentation
v0.11.0
-------

Notable Changes:

* Ganeti Web Manager is now a Python package
* New installation script!
* Refactoring and new internal application structure
* Reworked configuration, with config.yml

Other:

* Added notes field to virtual machines
* The VM Wizard now has a summary page
* Updated VNCAuthProxy
* Updated documentation

v0.10.2
-------
Expand Down
4 changes: 3 additions & 1 deletion ganeti_webmgr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA.

__version__ = "0.10.1"
from ganeti_web.constants import VERSION

__version__ = VERSION
2 changes: 1 addition & 1 deletion ganeti_webmgr/ganeti_web/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA.

VERSION = '0.10.2'
VERSION = '0.11.0-rc1'
OWNER_TAG = 'gwm:owner:'

# Form Constants
Expand Down

0 comments on commit d5dae9c

Please sign in to comment.