Skip to content

Commit

Permalink
Merge tag 'v1.1.0' into develop
Browse files Browse the repository at this point in the history
Version 1.1.0

Bugfixes:
 * Fix traceback errors (#3)
 * Fix parsing of AE / BE (#4, #5)

Enhancement:
 * Add test cases (#6, #7, #8)
 * Improve compatibility (#9)
  • Loading branch information
m-rey committed Nov 16, 2018
2 parents 2a9c550 + 9330ef4 commit a834ebe
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.1.0
commit = True
tag = True
tag = False

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# List of Contributors

Martin Rey
Martin Rey <mrey@suse.com>
albalitz <albalitz@uni-bremen.de>
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-------------------------------------------------------------------
Fri Nov 16 14:40:31 CET 2018 - mrey@suse.com

Version 1.1.0

Bugfixes:
* Fix traceback errors (#3)
* Fix parsing of AE / BE (#4, #5)

Enhancement:
* Add test cases (#6, #7, #8)
* Improve compatibility (#9)
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.0.1"
__version__ = "1.1.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.0.1',
version='1.1.0',
license='GPL3',
description='Translate with leo.org',
author='Thomas Schraitle',
Expand Down

0 comments on commit a834ebe

Please sign in to comment.