Skip to content

Commit 9bd5cf3

Browse files
committed
Update changelog
1 parent b04b491 commit 9bd5cf3

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ Documentation
114114

115115
Changelog
116116
---------
117+
- tkfilebrowser 2.2.4
118+
* Fix bug in desktop folder identification
117119

118120
- tkfilebrowser 2.2.3
119121
* Fix FileNotFoundError if initialdir does not exist

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.4
10+
* Fix bug in desktop folder identification
11+
912
- tkfilebrowser 2.2.3
1013
* Fix FileNotFoundError if initialdir does not exist
1114
* Add Desktop in shortcuts (if found)

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.3',
15+
version='2.2.4',
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)