Skip to content

Commit

Permalink
release 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Apr 2, 2014
1 parent 425b7ab commit b60ea8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.11.2
======

2014-04-02

* packaging fixes only


0.11.1
======

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="blockwart",
version="0.11.1",
version="0.11.2",
description="config management for Python addicts",
long_description=(
"By allowing for easy and low-overhead config management, Blockwart fills the gap between complex deployments using Chef or Puppet and old school system administration over SSH.\n"
Expand Down
2 changes: 1 addition & 1 deletion src/blockwart/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 11, 1)
VERSION = (0, 11, 2)
VERSION_STRING = ".".join([str(v) for v in VERSION])

0 comments on commit b60ea8d

Please sign in to comment.