From 4c694a777040c8720fd822dd959d73dcf32dcaf0 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sun, 12 Jun 2016 18:45:08 +0200 Subject: [PATCH] bump version to 0.7.2 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fd99d1c..f918e5e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,7 +56,7 @@ author = 'Thor77' # The short X.Y version. version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.7.1' +release = '0.7.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 4a268ff..4f975dc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='tsstats', - version='0.7.1', + version='0.7.2', author='Thor77', author_email='thor77@thor77.org', description='A simple Teamspeak stats-generator',