From f04d16c29d2ea34fc03d639193377f24ccceda9a Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 16 Nov 2022 21:34:05 -0500 Subject: [PATCH] meta: Bump version to 2.5.1 --- docs/conf.py | 4 ++-- setup.py | 2 +- tasklib/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 33d50d1..6c2b170 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index 3cc4e19..1fbe4c0 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '2.5.0' +version = '2.5.1' setup( name='tasklib', diff --git a/tasklib/__init__.py b/tasklib/__init__.py index 38da3a5..70a33dd 100644 --- a/tasklib/__init__.py +++ b/tasklib/__init__.py @@ -1,4 +1,4 @@ from .backends import TaskWarrior from .task import Task -__version__ = '2.5.0' +__version__ = '2.5.1'