Skip to content

Commit

Permalink
Update README, changelog and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
j4321 committed Apr 18, 2018
1 parent a52ee4b commit c687528
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ Documentation
Changelog
---------

- tkfilebrowser 2.2.1
* Fix ValueError in after_cancel with Python 3.6.5

- tkfilebrowser 2.2.0
* Use babel instead of locale in order not to change the locale globally
* Speed up (a little) folder content display
Expand Down
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Copyright 2017 Juliette Monsel <j_4321@protonmail.com>
Changelog
---------

- tkfilebrowser 2.2.1
* Fix ValueError in after_cancel with Python 3.6.5

- tkfilebrowser 2.2.0
* Use babel instead of locale in order not to change the locale globally
* Speed up (a little) folder content display
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = f.read()

setup(name='tkfilebrowser',
version='2.2.0',
version='2.2.1',
description='File browser for Tkinter, alternative to tkinter.filedialog in linux with GTK bookmarks support.',
long_description=long_description,
url='https://github.com/j4321/tkFileBrowser',
Expand Down

0 comments on commit c687528

Please sign in to comment.