diff --git a/CHANGES.rst b/CHANGES.rst index 31fb528..1cb9ad7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog ========= -0.26 (unreleased) +0.26 (2015-10-30) ----------------- * Do not complain about missing ``.gitattributes`` file. @@ -12,8 +12,8 @@ Changelog * Drop Python 2.6 support. -* Support installation via zc.buildout better (`issue #51 - `__). +* Support installation via zc.buildout better (`issue #35 + `__). 0.25 (2015-05-27) diff --git a/check_manifest.py b/check_manifest.py index 4c2e2db..90b993b 100755 --- a/check_manifest.py +++ b/check_manifest.py @@ -37,7 +37,7 @@ import configparser as ConfigParser -__version__ = '0.26.dev0' +__version__ = '0.26' __author__ = 'Marius Gedminas ' __licence__ = 'MIT' __url__ = 'https://github.com/mgedmin/check-manifest'