Skip to content

Commit c687528

Browse files
committed
Update README, changelog and setup.py
1 parent a52ee4b commit c687528

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ Documentation
115115
Changelog
116116
---------
117117

118+
- tkfilebrowser 2.2.1
119+
* Fix ValueError in after_cancel with Python 3.6.5
120+
118121
- tkfilebrowser 2.2.0
119122
* Use babel instead of locale in order not to change the locale globally
120123
* Speed up (a little) folder content display

changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Copyright 2017 Juliette Monsel <j_4321@protonmail.com>
66
Changelog
77
---------
88

9+
- tkfilebrowser 2.2.1
10+
* Fix ValueError in after_cancel with Python 3.6.5
11+
912
- tkfilebrowser 2.2.0
1013
* Use babel instead of locale in order not to change the locale globally
1114
* Speed up (a little) folder content display

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = f.read()
1313

1414
setup(name='tkfilebrowser',
15-
version='2.2.0',
15+
version='2.2.1',
1616
description='File browser for Tkinter, alternative to tkinter.filedialog in linux with GTK bookmarks support.',
1717
long_description=long_description,
1818
url='https://github.com/j4321/tkFileBrowser',

0 commit comments

Comments
 (0)