diff --git a/setup.py b/setup.py index 3caefd3b..7c5dcaf8 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setuptools.setup( name = "colony", - version = "1.3.27", + version = "1.3.28", author = "Hive Solutions Lda.", author_email = "development@hive.pt", description = "Colony Framework", diff --git a/src/colony/base/system.py b/src/colony/base/system.py index 52a3ad02..0acb08d9 100644 --- a/src/colony/base/system.py +++ b/src/colony/base/system.py @@ -22,7 +22,7 @@ __author__ = "João Magalhães " """ The author(s) of the module """ -__version__ = "1.3.27" +__version__ = "1.3.28" """ The version of the module """ __revision__ = "$LastChangedRevision$" diff --git a/src/colony/res/colony.json b/src/colony/res/colony.json index 0d8adbd1..3d2c1aca 100644 --- a/src/colony/res/colony.json +++ b/src/colony/res/colony.json @@ -1,6 +1,6 @@ { "name": "colony", - "version": "1.3.27", + "version": "1.3.28", "release": "100", "build": "final" } diff --git a/src/colony/res/colony.log.json b/src/colony/res/colony.log.json index 99b9301d..7d6fd685 100644 --- a/src/colony/res/colony.log.json +++ b/src/colony/res/colony.log.json @@ -1,4 +1,5 @@ { + "1.3.28": ["Added new operation restart exception"], "1.3.27": ["Improved compatibility with repos"], "1.3.26": ["Small set of code fixes"], "1.3.26": ["Handles REPO_URL_* for specific repo url setting"],