Skip to content
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.

Commit

Permalink
Raise package release version number to "2.0.4".
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Apr 15, 2013
1 parent a141478 commit c70470a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGES.rst
@@ -1,11 +1,18 @@
Manager - 2.0.3 - Stable
Manager - 2.0.4 - Stable
=========================

.. .changes
Changes
=======

2.0.4 - Stable
--------------

**Manager** 2.0.4 - Stable - Milestone: https://github.com/KelSolaar/Manager/issues?milestone=3&state=closed

- Implemented unicode support.

2.0.3 - Stable
--------------

Expand Down
6 changes: 3 additions & 3 deletions manager/globals/constants.py
Expand Up @@ -51,10 +51,10 @@ class Constants():
"""Package major version: '**2**' ( String )"""
minorVersion = "0"
"""Package minor version: '**0**' ( String )"""
changeVersion = "3"
"""Package change version: '**3**' ( String )"""
changeVersion = "4"
"""Package change version: '**4**' ( String )"""
releaseVersion = ".".join((majorVersion, minorVersion, changeVersion))
"""Package release version: '**2.0.3**' ( String )"""
"""Package release version: '**2.0.4**' ( String )"""

logger = "Manager_Logger"
"""Package logger name: '**Manager_Logger**' ( String )"""
Expand Down

0 comments on commit c70470a

Please sign in to comment.