Skip to content

Commit 565761c

Browse files
Release 1.3.0.
1 parent f292a1f commit 565761c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11

2+
1.3.0
3+
-----
4+
5+
Pull Requests:
6+
7+
- @ryaneverett: #134; Pass taskrc via environment variable to subprocess.
8+
- @ryaneverett: #131; Adds testing for Python 3.7 and 3.8
9+
- @gdeterez: #130; Fix error raised when taskwarrior is not installed.
10+
- @bergercookie: #124; Fix bug on deletion of completed task; disable
11+
confirmation for recurring tasks; fix bug in numeric deserialization.
12+
- @matt-snider: #121; Fixes bug in which UUIDs were improperly parsed
13+
when creating recurring tasks.
14+
- @yonk42: #116; Fix a bug in which configuration values having an equal
15+
sign in their value would be improperly parsed.
16+
17+
Mechanical:
18+
19+
- Switched from nose to pytest.
20+
- Switched from travis.ci to github actions.
21+
22+
Deprecated:
23+
24+
- Dropped automated testing for Python 3.4.
25+
226
1.2.0
327
-----
428

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
REQUIREMENTS['install'].append('ordereddict')
4343

4444
setup(name='taskw',
45-
version='1.2.0',
45+
version='1.3.0',
4646
description="Python bindings for your taskwarrior database",
4747
long_description=long_description,
4848
classifiers=[

0 commit comments

Comments
 (0)