From 7b2a760ddadabb9f88987d2289f15208c119bb98 Mon Sep 17 00:00:00 2001 From: samschott Date: Wed, 1 Feb 2023 21:31:49 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.4.3.dev0=20=E2=86=92=203.4.?= =?UTF-8?q?3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- src/desktop_notifier/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f2dd6998..0f7b7902 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.4.3.dev0 +current_version = 3.4.3 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/docs/conf.py b/docs/conf.py index 36800923..5e3ef909 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ # -- Project information --------------------------------------------------------------- author = "Sam Schott" -version = "3.4.3.dev0" +version = "3.4.3" release = version project = "dekstop-notifier" title = "Desktop-Notifier Documentation" diff --git a/setup.cfg b/setup.cfg index 8479c42d..6f6a5240 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = desktop-notifier -version = 3.4.3.dev0 +version = 3.4.3 author = Sam Schott author_email = sam.schott@outlook.com license = MIT diff --git a/src/desktop_notifier/__init__.py b/src/desktop_notifier/__init__.py index 4d09ebf4..c95f7d1e 100644 --- a/src/desktop_notifier/__init__.py +++ b/src/desktop_notifier/__init__.py @@ -2,7 +2,7 @@ from .main import DesktopNotifier, Button, ReplyField, Notification, Urgency -__version__ = "3.4.3.dev0" +__version__ = "3.4.3" __author__ = "Sam Schott" __url__ = "https://github.com/samschott/desktop-notifier"