Skip to content

Commit

Permalink
prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomster committed Mar 5, 2015
1 parent 54063bb commit 9c2d19e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2.0 - Unreleased
================
2.0.0 - 2015-03-05
==================

- [feature] add support for http proxies
- [change] deactivate pkg's *auto update* feature by default
Expand All @@ -8,6 +8,7 @@
- [feature] provide defaults for VirtualBox instances (less boilerplate)
- [fix] set full /etc/ntp.conf instead of trying to fiddle with an existing one.
- [feature] Support configuration as non-root user (see https://github.com/ployground/bsdploy/issues/62)
- [change] switched to semantic versioning (see http://semver.org)


1.3 - 2014-11-28
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()

version = "2.0-dev"
version = "2.0.0"

install_requires = [
'PyYAML',
'jinja2',
'setuptools',
'ploy>=1.0.2',
'ploy_ansible>=1.1.0',
'ploy_ezjail>=1.0.0',
'ploy>=1.1.0',
'ploy_ansible>=1.2.4',
'ploy_ezjail>=1.1.0',
'ploy_fabric>=1.1.0',
]

Expand Down

0 comments on commit 9c2d19e

Please sign in to comment.