Skip to content

Commit

Permalink
Bump version to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbabej committed Oct 10, 2021
1 parent c74b958 commit a58088f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '2.4.2'
version = '2.4.3'
# The full version, including alpha/beta/rc tags.
release = '2.4.2'
release = '2.4.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

install_requirements = ['pytz', 'tzlocal']

version = '2.4.2'
version = '2.4.3'

try:
import importlib
Expand Down
2 changes: 1 addition & 1 deletion tasklib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .task import Task
from .serializing import local_zone

__version__ = '2.4.2'
__version__ = '2.4.3'

0 comments on commit a58088f

Please sign in to comment.