Skip to content

Commit

Permalink
Version 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdupre committed Jun 1, 2015
1 parent 3648f41 commit 4156aa9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
calico (0.22) trusty; urgency=medium
calico (0.22.1) trusty; urgency=medium

* Updated Mechanism driver to specify fixed MAC address for Calico tap
interfaces.
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.22'
version = '0.22.1'
# The full version, including alpha/beta/rc tags.
release = '0.22'
release = '0.22.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion rpm/calico.spec
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Tue Jun 01 2015 Matt Dupre <[email protected]> 0.22
* Tue Jun 01 2015 Matt Dupre <[email protected]> 0.22.1
- Updated Mechanism driver to specify fixed MAC address for Calico tap
interfaces.
- Prevent the possibility of gevent context-switching during garbage collection
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.22",
version = "0.22.1",
packages = setuptools.find_packages(),
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 4156aa9

Please sign in to comment.