Skip to content

Commit

Permalink
meta: Bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbabej committed Nov 17, 2022
1 parent 05c8d33 commit f04d16c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5.0'
version = '2.5.1'
# The full version, including alpha/beta/rc tags.
release = '2.5.0'
release = '2.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '2.5.0'
version = '2.5.1'

setup(
name='tasklib',
Expand Down
2 changes: 1 addition & 1 deletion tasklib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .backends import TaskWarrior
from .task import Task

__version__ = '2.5.0'
__version__ = '2.5.1'

0 comments on commit f04d16c

Please sign in to comment.