diff --git a/CHANGES.rst b/CHANGES.rst index b80698b..f8fa044 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -2.17.1 (unreleased) +2.17.1 (2018-11-25) ------------------- - Add support for Python 3.7. diff --git a/src/irclog2html/_version.py b/src/irclog2html/_version.py index dd0e9ae..0c2e39d 100644 --- a/src/irclog2html/_version.py +++ b/src/irclog2html/_version.py @@ -1,3 +1,3 @@ -__version__ = '2.17.1.dev0' -__date__ = '2018-02-21' +__version__ = '2.17.1' +__date__ = '2018-11-25' __homepage__ = 'https://mg.pov.lt/irclog2html/'