We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4b58c commit 5183e49Copy full SHA for 5183e49
docs/conf.py
@@ -50,7 +50,7 @@
50
# The short X.Y version.
51
version = '1.2'
52
# The full version, including alpha/beta/rc tags.
53
-release = '1.2'
+release = '1.2.1'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -3,7 +3,7 @@
3
from distutils.core import setup
4
5
setup(name = "python-networkmanager",
6
- version = "1.2",
+ version = "1.2.1",
7
author = "Dennis Kaarsemaker",
8
author_email = "dennis@kaarsemaker.net",
9
url = "http://github.com/seveas/python-networkmanager",
0 commit comments