From 0250cebacfbca41b850a3728ec2c10ea21108434 Mon Sep 17 00:00:00 2001 From: ldx Date: Mon, 6 Jan 2014 20:09:00 +0100 Subject: [PATCH] Release 0.3.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 a216f15..6b627a9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,7 +48,7 @@ # The short X.Y version. version = '0.3.0' # The full version, including alpha/beta/rc tags. -release = '0.3.0-dev' +release = '0.3.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 35615ed..80cdc18 100644 --- a/iptc/version.py +++ b/iptc/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __pkgname__ = "python-iptables" -__version__ = "0.3.0-dev" +__version__ = "0.3.0"