Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Nov 30, 2018
1 parent e710262 commit 1d83f3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.2.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

1.2.0 (2017-12-13) (2017-09-26)
1.2.1 (2018-11-30) (2017-12-13) (2017-09-26)
------

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion pytoshop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = 'Michael Droettboom'
__email__ = 'mdboom@gmail.com'
__version__ = '1.2.0'
__version__ = '1.2.1'


from typing import BinaryIO # NOQA
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name='pytoshop',
version='1.2.0',
version='1.2.1',
description="A Python-based library to write Photoshop PSD files",
long_description=readme + '\n\n' + history,
author="Michael Droettboom",
Expand Down

0 comments on commit 1d83f3f

Please sign in to comment.