File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ Documentation
115115Changelog
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
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Copyright 2017 Juliette Monsel <j_4321@protonmail.com>
55
66Changelog
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
Original file line number Diff line number Diff line change 1212 long_description = f .read ()
1313
1414setup (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' ,
You can’t perform that action at this time.
0 commit comments