Skip to content

Commit c6711dc

Browse files
committed
Merge branch 'develop'
2 parents bebca90 + bb0348d commit c6711dc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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.0'
54+
version = '2.4.1'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '2.4.0'
56+
release = '2.4.1'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
install_requirements = ['pytz', 'tzlocal']
44

5-
version = '2.4.0'
5+
version = '2.4.1'
66

77
try:
88
import importlib
@@ -12,13 +12,13 @@
1212
setup(
1313
name='tasklib',
1414
version=version,
15-
description='Python Task Warrior library',
15+
description='Official Taskwarrior library for Python',
1616
long_description=open('README.rst').read(),
17-
author='Rob Golding',
18-
author_email='[email protected]',
17+
author='GothenburgBitFactory',
18+
author_email='[email protected]',
1919
license='BSD',
20-
url='https://github.com/robgolding/tasklib',
21-
download_url='https://github.com/robgolding/tasklib/downloads',
20+
url='https://github.com/GothenburgBitFactory/tasklib',
21+
download_url='https://github.com/GothenburgBitFactory/tasklib/downloads',
2222
packages=find_packages(),
2323
include_package_data=True,
2424
test_suite='tasklib.tests',

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.3.0'
5+
__version__ = '2.4.1'

0 commit comments

Comments
 (0)