Skip to content

Commit

Permalink
++version = 2.0.13
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
  • Loading branch information
Nico Schottelius committed Jun 5, 2012
1 parent 06c87f9 commit 365b320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changelog
Expand Up @@ -4,7 +4,7 @@ Changelog
* Changes are always commented with their author in (braces)
* Exception: No braces means author == Nico Schottelius

2.0.13:
2.0.13: 2012-06-05
* Bugfix __ssh_authorized_key: Ensure it sets proper group (contradict)
* Bugfix __addifnosuchline: Fixed quotes/interpolation bug ("a b" became "a b")
* New Explorer: interfaces (Sébastien Gross)
Expand Down
2 changes: 1 addition & 1 deletion lib/cdist/__init__.py
Expand Up @@ -29,7 +29,7 @@
'cd "%s" && git describe' % here,
stderr=devnull, shell=True).decode('utf-8')
except:
VERSION = "2.0.12"
VERSION = "2.0.13"

BANNER = """
.. . .x+=:. s
Expand Down

0 comments on commit 365b320

Please sign in to comment.