forked from ungleich-public/cdist
++version = 2.0.13
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
06c87f9247
commit
365b320e7c
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -29,7 +29,7 @@ try:
|
|||
'cd "%s" && git describe' % here,
|
||||
stderr=devnull, shell=True).decode('utf-8')
|
||||
except:
|
||||
VERSION = "2.0.12"
|
||||
VERSION = "2.0.13"
|
||||
|
||||
BANNER = """
|
||||
.. . .x+=:. s
|
||||
|
|
Loading…
Reference in a new issue