Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tbabej committed Oct 10, 2021
2 parents c6711dc + 90ee349 commit bbf5d9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.1'
version = '2.4.2'
# The full version, including alpha/beta/rc tags.
release = '2.4.1'
release = '2.4.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 6 additions & 2 deletions 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.1'
version = '2.4.2'

try:
import importlib
Expand All @@ -24,16 +24,20 @@
test_suite='tasklib.tests',
install_requires=install_requirements,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 6 - Mature',
'Programming Language :: Python',
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
'License :: OSI Approved :: BSD License',
'Topic :: Software Development :: Libraries :: Python Modules',
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Intended Audience :: System Administrators',
'Operating System :: OS Independent'
],
)
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.1'
__version__ = '2.4.2'

0 comments on commit bbf5d9c

Please sign in to comment.