Skip to content

Commit

Permalink
prepare 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomster committed Nov 8, 2016
1 parent f428875 commit 674e0f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
2.2.0 - Unreleased
2.2.0 - 2016-11-08
==================

- add fabric helpers to keep pkg up-to-date on the host, inside jails and for the bsdploy flavour
- [feature] add fabric helpers to keep pkg up-to-date on the host, inside jails and for the bsdploy flavour
- [feature] add support for bootstrapping on Digital Ocean by setting `bootstrap` to `digitalocean` in the `ez-master` definition
- [fix] allow setting a non-default zfs root for ezjail by setting `jails_zfs_root` in the `ez-master` definition


2.1.0 - 2015-07-26
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()

version = "2.2.0dev"
version = "2.2.0d"

This comment has been minimized.

Copy link
@fschulze

fschulze Nov 8, 2016

Member

Typo in version


install_requires = [
'PyYAML',
Expand Down

0 comments on commit 674e0f5

Please sign in to comment.