We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c8d33 commit f04d16cCopy full SHA for f04d16c
3 files changed
docs/conf.py
@@ -51,9 +51,9 @@
51
# built documents.
52
#
53
# The short X.Y version.
54
-version = '2.5.0'
+version = '2.5.1'
55
# The full version, including alpha/beta/rc tags.
56
-release = '2.5.0'
+release = '2.5.1'
57
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
# for a list of supported languages.
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
4
5
setup(
6
name='tasklib',
tasklib/__init__.py
@@ -1,4 +1,4 @@
from .backends import TaskWarrior
from .task import Task
-__version__ = '2.5.0'
+__version__ = '2.5.1'
0 commit comments