Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Jun 4, 2020
1 parent 2c03f38 commit dd1d62e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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]

2 changes: 1 addition & 1 deletion bin/leo.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
OrderedDict = dict

__author__ = "Thomas Schraitle <toms@suse.de>"
__version__ = "1.1.0"
__version__ = "1.2.0"

# Global URL
url = "http://pda.leo.org/{0}-deutsch/{1}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dd1d62e

Please sign in to comment.