Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d83f3f

Browse files
committed
Bump version: 1.2.0 → 1.2.1
1 parent e710262 commit 1d83f3f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.2.1
33
commit = True
44
tag = True
55

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
1.2.0 (2017-12-13) (2017-09-26)
5+
1.2.1 (2018-11-30) (2017-12-13) (2017-09-26)
66
------
77

88
Bugfixes:

pytoshop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
__author__ = 'Michael Droettboom'
1111
__email__ = '[email protected]'
12-
__version__ = '1.2.0'
12+
__version__ = '1.2.1'
1313

1414

1515
from typing import BinaryIO # NOQA

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name='pytoshop',
39-
version='1.2.0',
39+
version='1.2.1',
4040
description="A Python-based library to write Photoshop PSD files",
4141
long_description=readme + '\n\n' + history,
4242
author="Michael Droettboom",

0 commit comments

Comments
 (0)