Skip to content

Commit 02170d7

Browse files
committed
Update setupu.py, README and changelog
1 parent e36a3f8 commit 02170d7

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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 __main__.py for python 2
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Copyright 2017 Juliette Monsel <j_4321@protonmail.com>
55

66
Changelog
77
---------
8+
- tkfilebrowser 2.2.1
9+
* Fix __main__.py for python 2
810

911
- tkfilebrowser 2.2.0
1012
* Use babel instead of locale in order not to change the locale globally

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)