diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ae0938..ad441ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format mostly follows [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [UNRELEASED] +## [2.23] -- 2021-04-10 ### Added diff --git a/docs/source/conf.py b/docs/source/conf.py index 8406f272..886f15cd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Thomas Perl' # The full version, including alpha/beta/rc tags -release = '2.22' +release = '2.23' # -- General configuration --------------------------------------------------- diff --git a/lib/urlwatch/__init__.py b/lib/urlwatch/__init__.py index 893d36eb..32457dbc 100644 --- a/lib/urlwatch/__init__.py +++ b/lib/urlwatch/__init__.py @@ -12,5 +12,5 @@ __author__ = 'Thomas Perl ' __license__ = 'BSD' __url__ = 'https://thp.io/2008/urlwatch/' -__version__ = '2.22' +__version__ = '2.23' __user_agent__ = '%s/%s (+https://thp.io/2008/urlwatch/info.html)' % (pkgname, __version__)