Skip to content

Commit bbdfdcd

Browse files
author
ldx
committed
Release v0.2.0.
1 parent ebe4332 commit bbdfdcd

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.2.0'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '0.2.0-dev'
51+
release = '0.2.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.2.0-dev"
4+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)