File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
26
1.2.0
3
27
-----
4
28
Original file line number Diff line number Diff line change 42
42
REQUIREMENTS ['install' ].append ('ordereddict' )
43
43
44
44
setup (name = 'taskw' ,
45
- version = '1.2 .0' ,
45
+ version = '1.3 .0' ,
46
46
description = "Python bindings for your taskwarrior database" ,
47
47
long_description = long_description ,
48
48
classifiers = [
You can’t perform that action at this time.
0 commit comments