From 490f712419ba8696326a28b2cc2ba2ec9d043b64 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sat, 10 Apr 2021 10:48:22 +0200 Subject: [PATCH] urlwatch 2.23 --- CHANGELOG.md | 2 +- docs/source/conf.py | 2 +- lib/urlwatch/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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__)