Skip to content

Commit 0250ceb

Browse files
author
ldx
committed
Release 0.3.0.
1 parent 190ba81 commit 0250ceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# The short X.Y version.
4949
version = '0.3.0'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '0.3.0-dev'
51+
release = '0.3.0'
5252

5353
# The language for content autogenerated by Sphinx. Refer to documentation
5454
# for a list of supported languages.

iptc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22

33
__pkgname__ = "python-iptables"
4-
__version__ = "0.3.0-dev"
4+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)