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 190ba81 commit 0250cebCopy full SHA for 0250ceb
doc/conf.py
@@ -48,7 +48,7 @@
48
# The short X.Y version.
49
version = '0.3.0'
50
# The full version, including alpha/beta/rc tags.
51
-release = '0.3.0-dev'
+release = '0.3.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.3.0-dev"
+__version__ = "0.3.0"
0 commit comments