aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ08nY2017-08-23 23:22:39 +0200
committerJ08nY2017-08-23 23:22:39 +0200
commit1b4c498e471cb33926a60722abb0bf9e32a49fd5 (patch)
treec5f62304c6bc9375314aad560790619101041621
parente9371f4943b69bbe95cf087474318d100b7234ae (diff)
downloadmailman-pgp-1b4c498e471cb33926a60722abb0bf9e32a49fd5.tar.gz
mailman-pgp-1b4c498e471cb33926a60722abb0bf9e32a49fd5.tar.zst
mailman-pgp-1b4c498e471cb33926a60722abb0bf9e32a49fd5.zip
-rw-r--r--docs/conf.py4
-rw-r--r--src/mailman_pgp/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 69f333d..2243162 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -60,9 +60,9 @@ import sys; sys.path.append('../src')
# built documents.
#
# The short X.Y version.
-version = '0.2.1'
+version = '0.3.0'
# The full version, including alpha/beta/rc tags.
-release = '0.2.1'
+release = '0.3.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/src/mailman_pgp/__init__.py b/src/mailman_pgp/__init__.py
index 06e6c5c..d64e436 100644
--- a/src/mailman_pgp/__init__.py
+++ b/src/mailman_pgp/__init__.py
@@ -3,4 +3,4 @@ from distutils.version import LooseVersion
__author__ = 'Jan Jancar'
__copyright__ = 'Copyright (C) 2017 Jan Jancar'
__license__ = 'GPLv3'
-__version__ = str(LooseVersion('0.2.1'))
+__version__ = str(LooseVersion('0.3.0'))