Skip to content

Commit f04d16c

Browse files
committed
meta: Bump version to 2.5.1
1 parent 05c8d33 commit f04d16c

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.5.0'
54+
version = '2.5.1'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.5.0'
56+
release = '2.5.1'
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.5.0'
3+
version = '2.5.1'
44

55
setup(
66
name='tasklib',

tasklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .backends import TaskWarrior
22
from .task import Task
33

4-
__version__ = '2.5.0'
4+
__version__ = '2.5.1'

0 commit comments

Comments
 (0)