Skip to content

Commit

Permalink
release 1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Jul 19, 2014
1 parent afb09cd commit f8d82ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.0.0
=====

2014-07-19

* added hooks for actions
* added support for Jinja2 templates
* fixed some CLI commands not terminating correctly


0.14.0
======

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

setup(
name="blockwart",
version="0.15.0-dev",
version="1.0.0",
description="Config management for humans",
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, 15, 0)
VERSION = (1, 0, 0)
VERSION_STRING = ".".join([str(v) for v in VERSION])

0 comments on commit f8d82ae

Please sign in to comment.