Skip to content

Commit bbf5d9c

Browse files
committed
Merge branch 'develop'
2 parents c6711dc + 90ee349 commit bbf5d9c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.1'
54+
version = '2.4.2'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.4.1'
56+
release = '2.4.2'
5757

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

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

77
try:
88
import importlib
@@ -24,16 +24,20 @@
2424
test_suite='tasklib.tests',
2525
install_requires=install_requirements,
2626
classifiers=[
27-
'Development Status :: 4 - Beta',
27+
'Development Status :: 6 - Mature',
2828
'Programming Language :: Python',
2929
"Programming Language :: Python :: 3",
3030
"Programming Language :: Python :: 3.5",
3131
"Programming Language :: Python :: 3.6",
3232
"Programming Language :: Python :: 3.7",
3333
"Programming Language :: Python :: 3.8",
3434
"Programming Language :: Python :: 3.9",
35+
"Programming Language :: Python :: 3.10",
3536
'License :: OSI Approved :: BSD License',
3637
'Topic :: Software Development :: Libraries :: Python Modules',
3738
'Intended Audience :: Developers',
39+
'Intended Audience :: Information Technology',
40+
'Intended Audience :: System Administrators',
41+
'Operating System :: OS Independent'
3842
],
3943
)

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.1'
5+
__version__ = '2.4.2'

0 commit comments

Comments
 (0)