Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejlach committed Sep 14, 2015
1 parent e4defa5 commit ae08170
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
------------------------------------------------------------------------------
yak 3.2 [2015.x.x]
yak 3.2.0 [2015.09.14]
------------------------------------------------------------------------------

- psutil library update
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## yak 3.1
## yak 3.2

yak is an application used to manage Enterprise Components deployed on a single host.

Expand Down
2 changes: 1 addition & 1 deletion components/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion scripts/yak.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ae08170

Please sign in to comment.