se v3.9.1

This commit is contained in:
Virgil Dupras 2014-10-17 15:51:48 -04:00
parent bf09c4ce8a
commit 6e7b95b2cf
2 changed files with 9 additions and 1 deletions

View File

@ -1,2 +1,3 @@
__version__ = '3.9.0'
__version__ = '3.9.1'
__appname__ = 'dupeGuru'

View File

@ -1,3 +1,10 @@
=== 3.9.1 (2014-10-17)
* Fixed ``AttributeError: 'ComboboxModel' object has no attribute 'reset'``. [Linux, Windows] (#254)
* Fixed ``PermissionError`` on saving results. (#266)
* Fixed a build problem introduced by Sphinx 1.2.3.
* Updated German localisation, by Frank Weber.
=== 3.9.0 (2014-04-19)
* This is mostly a dependencies upgrade.