Skip to content

Commit 036d697

Browse files
committed
Update version and changelog
1 parent 41429a9 commit 036d697

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
*********
44

5+
1.2.1 (2019-07-24)
6+
------------------
7+
8+
Fix
9+
^^^
10+
- Cleanup examples directory, and fix missing file at installation (#26).
11+
- Update logger names in .ghuser file
12+
513
1.2.0 (2019-07-08)
614
------------------
715

ghpythonremote/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.2.1'
22
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])

ghpythonremote_README.pdf

1.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)