Skip to content

Commit 490926a

Browse files
committed
Update changelog
1 parent df9dbcd commit 490926a

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tkfilebrowser
22
=============
33

4-
|Release|_ |Linux| |Windows| |Travis| |Codecov| |License| |Doc|
4+
|Release| |Linux| |Windows| |Travis| |Codecov| |License| |Doc|
55

66
tkfilebrowser is an alternative to tkinter.filedialog that allows the
77
user to select files or directories. The GUI is written with tkinter but
@@ -132,6 +132,9 @@ Documentation
132132
Changelog
133133
---------
134134

135+
- tkfilebrowser 2.3.1
136+
* Fix path bar navigation in Linux
137+
135138
- tkfilebrowser 2.3.0
136139
* Make package compatible with Windows
137140
* Set initial focus on entry in save mode
@@ -282,7 +285,7 @@ Example
282285
283286
.. |Release| image:: https://badge.fury.io/py/tkfilebrowser.svg
284287
:alt: Latest Release
285-
.. _Release: https://pypi.org/project/tkfilebrowser/
288+
:target: https://pypi.org/project/tkfilebrowser/
286289
.. |Linux| image:: https://img.shields.io/badge/platform-Linux-blue.svg
287290
:alt: Platform Linux
288291
.. |Windows| image:: https://img.shields.io/badge/platform-Windows-blue.svg

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
tkfilebrowser 2.3.1
5+
-------------------
6+
7+
* Fix path bar navigation in Linux
8+
49
tkfilebrowser 2.3.0
510
-------------------
611

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
setup(name='tkfilebrowser',
17-
version='2.3.0',
17+
version='2.3.1',
1818
description='File browser for Tkinter, alternative to tkinter.filedialog in linux with GTK bookmarks support.',
1919
long_description=long_description,
2020
url='https://github.com/j4321/tkFileBrowser',

0 commit comments

Comments
 (0)