Skip to content

Commit

Permalink
new colony version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 19, 2015
1 parent 12777c0 commit 842e09e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setuptools.setup(
name = "colony",
version = "1.3.1",
version = "1.3.2",
author = "Hive Solutions Lda.",
author_email = "development@hive.pt",
description = "Colony Framework",
Expand Down
2 changes: 1 addition & 1 deletion src/colony/base/system.py
Expand Up @@ -22,7 +22,7 @@
__author__ = "João Magalhães <joamag@hive.pt>"
""" The author(s) of the module """

__version__ = "1.3.1"
__version__ = "1.3.2"
""" The version of the module """

__revision__ = "$LastChangedRevision$"
Expand Down
2 changes: 1 addition & 1 deletion src/colony/res/colony.json
@@ -1,6 +1,6 @@
{
"name" : "colony",
"version" : "1.3.1",
"version" : "1.3.2",
"release" : "100",
"build" : "final"
}
1 change: 1 addition & 0 deletions src/colony/res/colony.log.json
@@ -1,4 +1,5 @@
{
"1.3.2" : ["Initial support for the decimal data type or structure"],
"1.3.1" : ["Support for countries listing in country util"],
"1.3.0" : ["More stability in the system and major release"],
"1.2.30" : ["Printing of missing package in dependency issues"],
Expand Down

0 comments on commit 842e09e

Please sign in to comment.