From dd1d62ec2d406ac975da0a9495eb80978ee4592e Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Thu, 4 Jun 2020 14:56:53 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- bin/leo.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c6e2fd1..50e2def 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,9 +1,8 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = False [bumpversion:file:setup.py] [bumpversion:file:bin/leo.py] - diff --git a/bin/leo.py b/bin/leo.py index b74dd7e..f1da846 100755 --- a/bin/leo.py +++ b/bin/leo.py @@ -17,7 +17,7 @@ OrderedDict = dict __author__ = "Thomas Schraitle " -__version__ = "1.1.0" +__version__ = "1.2.0" # Global URL url = "http://pda.leo.org/{0}-deutsch/{1}" diff --git a/setup.py b/setup.py index 105ebf3..906b4de 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def requires(filename): setup( name='leo', - version='1.1.0', + version='1.2.0', license='GPL3', description='Translate with leo.org', author='Thomas Schraitle',