Skip to content

Commit

Permalink
Merge tag '0.1.2' into develop
Browse files Browse the repository at this point in the history
0.1.2

* tag '0.1.2':
  Released version 0.1.2
  • Loading branch information
joeirimpan committed Oct 26, 2017
2 parents 9d4e8a7 + 3d33060 commit 9007069
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name='zammad_py',
version='0.1.1',
version='0.1.2',
description="Python API client for zammad",
long_description=readme + '\n\n' + history,
author="Joe Paul",
Expand Down
2 changes: 1 addition & 1 deletion zammad_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Joe Paul"""
__email__ = '[email protected]'
__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit 9007069

Please sign in to comment.