Skip to content

Commit

Permalink
Release 1.12.8
Browse files Browse the repository at this point in the history
There is no code change in this release.
  • Loading branch information
frougon committed Sep 17, 2023
1 parent 21079e7 commit f5624be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion ffgo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5624be

Please sign in to comment.