diff --git a/ChangeLog b/ChangeLog index c6b4c54..94de0a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1262,3 +1262,9 @@ you may want to consult the Git repository log. 1.12.7 [USABILITY] Update and improve docs/INSTALL/INSTALL_en. (Florent Rougon) + +1.12.8 +[FEATURE] Update the Polish translation. (PlayeRom Roman Ludwicki) +[MAINT] Update documentation and config_* files (oldish info, links). + (PlayeRom Roman Ludwicki and Florent Rougon) +[MAINT] Packaging fixes. (Florent Rougon) diff --git a/ffgo/version.py b/ffgo/version.py index d8d51d0..f9ceebd 100644 --- a/ffgo/version.py +++ b/ffgo/version.py @@ -25,7 +25,7 @@ def __str__(self): def __repr__(self): return "{0}.{1}".format(__name__, _VersionInfo.__repr__(self)) -version_info = VersionInfo(1, 12, 7, "") +version_info = VersionInfo(1, 12, 8, "") __version__ = str(version_info) del collections