diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5f40aee..f45331f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------ - yak 3.2 [2015.x.x] + yak 3.2.0 [2015.09.14] ------------------------------------------------------------------------------ - psutil library update diff --git a/README.md b/README.md index d4d3020..b85ecfd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## yak 3.1 +## yak 3.2 yak is an application used to manage Enterprise Components deployed on a single host. diff --git a/components/version.py b/components/version.py index 33cc006..b19e780 100644 --- a/components/version.py +++ b/components/version.py @@ -14,6 +14,6 @@ # limitations under the License. # -IMPRINT = {'script': 'version', 'tstamp': '20150731130246', 'version': '3.2.0rc1', 'name': 'yak', 'author': 'exxeleron'} ### imprint ### +IMPRINT = {'script': 'version', 'tstamp': '20150914082308', 'version': '3.2.0', 'name': 'yak', 'author': 'exxeleron'} ### imprint ### __version__ = "{version}-{tstamp}".format(**IMPRINT) diff --git a/scripts/yak.py b/scripts/yak.py index 2ef0218..8169db5 100644 --- a/scripts/yak.py +++ b/scripts/yak.py @@ -38,7 +38,7 @@ -IMPRINT = {'script': 'yak', 'tstamp': '20150731130246', 'version': '3.2.0rc1', 'name': 'yak', 'author': 'exxeleron'} ### imprint ### +IMPRINT = {'script': 'yak', 'tstamp': '20150914082308', 'version': '3.2.0', 'name': 'yak', 'author': 'exxeleron'} ### imprint ### ROOT_DIR = os.path.dirname(sys.path[0]) VIEWER = None HLINE = "-" * 80 diff --git a/setup.py b/setup.py index 9e8e388..8c2172b 100644 --- a/setup.py +++ b/setup.py @@ -154,7 +154,7 @@ def run(self): setup( name = "yak", - version = os.environ.get("version", "3.2.0rc2"), + version = os.environ.get("version", "3.2.0"), description = "process components for enterprise components", license = "Apache License Version 2.0",