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 ebe4332 commit bbdfdcdCopy full SHA for bbdfdcd
doc/conf.py
@@ -48,7 +48,7 @@
48
# The short X.Y version.
49
version = '0.2.0'
50
# The full version, including alpha/beta/rc tags.
51
-release = '0.2.0-dev'
+release = '0.2.0'
52
53
# The language for content autogenerated by Sphinx. Refer to documentation
54
# for a list of supported languages.
iptc/version.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
3
__pkgname__ = "python-iptables"
4
-__version__ = "0.2.0-dev"
+__version__ = "0.2.0"
0 commit comments