Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 20, 2014
1 parent 854b849 commit 1dddec9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setuptools.setup(
name = "colony",
version = "1.0.15",
version = "1.1.0",
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__author__ = "João Magalhães <joamag@hive.pt>"
""" The author(s) of the module """

__version__ = "1.0.15"
__version__ = "1.1.0"
""" The version of the module """

__revision__ = "$LastChangedRevision$"
Expand Down
2 changes: 1 addition & 1 deletion src/colony/res/colony.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "colony",
"version" : "1.0.15",
"version" : "1.1.0",
"release" : "100",
"build" : "final"
}
1 change: 1 addition & 0 deletions src/colony/res/colony.log.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.1.0" : ["First version wuth full repo and packages support"],
"1.0.15" : ["Initial support for config packages"],
"1.0.14" : ["Appier as a colony dependency"],
"1.0.13" : ["New operations support in adm"],
Expand Down

0 comments on commit 1dddec9

Please sign in to comment.