Skip to content

Commit 2002052

Browse files
committed
Bump version to 2.5.0
1 parent 16d6e54 commit 2002052

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.3'
54+
version = '2.5.0'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.4.3'
56+
release = '2.5.0'
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
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '2.4.3'
3+
version = '2.5.0'
44

55
setup(
66
name='tasklib',

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.3'
5+
__version__ = '2.5.0'

0 commit comments

Comments
 (0)