Skip to content

Commit

Permalink
Version 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdupre committed Apr 20, 2015
1 parent bfb68c4 commit cdd8c60
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
calico (0.16) trusty; urgency=medium

* Move to etcd for inter-component communications from zeromq
- Significant Felix enhancements to take advantage of new data model
- Retire ACL Manager
- Mechanism driver updates to take advantage of new data model
- Update documentation

-- Matt Dupre <matt@projectcalico.org> Mon, 20 Apr 2015 18:07:21 +0100

calico (0.15) trusty; urgency=medium

* Fix exception in Neutron mechanism driver
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.15'
version = '0.16'
# The full version, including alpha/beta/rc tags.
release = '0.15'
release = '0.16'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def filter_requirements(filters, file):

setuptools.setup(
name = "calico",
version = "0.15",
version = "0.16",
packages = setuptools.find_packages(),
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit cdd8c60

Please sign in to comment.