diff --git a/docs/conf.py b/docs/conf.py index 15cd165..4ab9f57 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ # The short X.Y version version = '2.2' # The full version, including alpha/beta/rc tags -release = '2.2.3' +release = '2.2.4' # -- General configuration --------------------------------------------------- diff --git a/uk_election_timetables/__init__.py b/uk_election_timetables/__init__.py index f394e69..62fa04d 100644 --- a/uk_election_timetables/__init__.py +++ b/uk_election_timetables/__init__.py @@ -1 +1 @@ -__version__ = "2.2.3" +__version__ = "2.2.4"