From db5c2a152330d3095aab868752342dad18653852 Mon Sep 17 00:00:00 2001 From: Tyler Kennedy Date: Sun, 1 Oct 2023 20:43:14 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.1.0=20=E2=86=92=203.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0353808..778fa77 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.0 +current_version = 3.1.1 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index b8ec350..1aa171b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Armin Ronacher' # The full version, including alpha/beta/rc tags -release = '3.1.0' +release = '3.1.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 854e539..fc315ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flask-babel" -version = "3.1.0" +version = "3.1.1" description = "Adds i18n/l10n support for Flask applications." authors = ["Armin Ronacher"] maintainers = ["Tyler Kennedy "]