Skip to content

Commit

Permalink
Merge pull request #5463 from benjaoming/upgrade-ifcfg
Browse files Browse the repository at this point in the history
Bump version of ifcfg
  • Loading branch information
benjaoming committed May 12, 2017
2 parents b5a18b3 + 32ba6d2 commit 153b1aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/installguide/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ to read the release notes.
``0.15.x`` to ``0.17.x`` is not guaranteed to work.


0.17.2 (unreleased)
-------------------

Bug fixes
^^^^^^^^^

* Do not rely on ``ifconfig`` removed in Ubuntu 17.04+ :url-issue:`5455`


0.17.1
------

Expand Down
2 changes: 1 addition & 1 deletion kalite/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
MAJOR_VERSION = "0"
MINOR_VERSION = "17"
PATCH_VERSION = "1"
PATCH_VERSION = "2dev1"
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ peewee==2.6.4
python-dateutil==2.4.2
django-annoying==0.8.4
cherrypy==3.3.0
ifcfg==0.9.3
ifcfg==0.10.1
importlib==1.0.3
pbkdf2==1.3
rsa==3.4.2
Expand Down

0 comments on commit 153b1aa

Please sign in to comment.