diff --git a/debian/changelog b/debian/changelog index b092795b7b..8dd30364b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 20 Apr 2015 18:07:21 +0100 + calico (0.15) trusty; urgency=medium * Fix exception in Neutron mechanism driver diff --git a/docs/source/conf.py b/docs/source/conf.py index 0c13651471..a90eebd29f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/setup.py b/setup.py index 0f71e25da8..8bc94f85e9 100644 --- a/setup.py +++ b/setup.py @@ -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': [