From 7177bb1047c70243aafb68bf20f605c98f8d5870 Mon Sep 17 00:00:00 2001 From: Andreas Thalhammer Date: Mon, 18 Jan 2021 22:21:05 +0100 Subject: [PATCH] new release --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c41e111..353e63b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Andreas Thalhammer' # The full version, including alpha/beta/rc tags -release = '0.7.1' +release = '0.7.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 4bdb184..fa1e940 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='danker', - version='0.7.1', + version='0.7.2', url='https://github.com/athalhammer/danker', author='Andreas Thalhammer', author_email='andreas@thalhammer.bayern',