From bbdfdcd637eed6ce76565ef28550df92b244ffdc Mon Sep 17 00:00:00 2001 From: ldx Date: Sun, 10 Nov 2013 23:07:16 +0100 Subject: [PATCH] Release v0.2.0. --- doc/conf.py | 2 +- iptc/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 29e4d76..ac645b0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,7 +48,7 @@ # The short X.Y version. version = '0.2.0' # The full version, including alpha/beta/rc tags. -release = '0.2.0-dev' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/iptc/version.py b/iptc/version.py index 954537d..0b35708 100644 --- a/iptc/version.py +++ b/iptc/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __pkgname__ = "python-iptables" -__version__ = "0.2.0-dev" +__version__ = "0.2.0"