diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-11-28 23:22:00 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-11-28 23:22:00 +0100 |
| commit | 7bdb024a3245df9c5bd7148d749197449f674442 (patch) | |
| tree | b87df6e98caa5102015e5a1e25601b683f15cd32 | |
| parent | e02ada586c29bdfc23442aafd13f2000b7f3a2d5 (diff) | |
| download | hyperkitty-7bdb024a3245df9c5bd7148d749197449f674442.tar.gz hyperkitty-7bdb024a3245df9c5bd7148d749197449f674442.tar.xz hyperkitty-7bdb024a3245df9c5bd7148d749197449f674442.zip | |
Bump version
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index a32ece3..d825ffc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ copyright = u'2012, HyperKitty Developers' # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.2' +release = '0.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -8,7 +8,7 @@ from setuptools import setup, find_packages setup( name="HyperKitty", - version="0.1.2", + version="0.1.3", description="A web interface to access GNU Mailman v3 archives", long_description=open('README.rst').read(), author='HyperKitty Developers', |
