Skip to content

Commit a58088f

Browse files
committed
Bump version to 2.4.3
1 parent c74b958 commit a58088f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '2.4.2'
54+
version = '2.4.3'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.4.2'
56+
release = '2.4.3'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
install_requirements = ['pytz', 'tzlocal']
44

5-
version = '2.4.2'
5+
version = '2.4.3'
66

77
try:
88
import importlib

tasklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .task import Task
33
from .serializing import local_zone
44

5-
__version__ = '2.4.2'
5+
__version__ = '2.4.3'

0 commit comments

Comments
 (0)