File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 33## Version 3.0.0
44- Dropped support for Python 2.6, 3.2, and 3.3
55- Add support for Python 3.5 and 3.6
6- - Maintainers:
7- - use github.com/kennethreitz/pyandoc
8-
9- ## Version 2.1.1
106- Updated README:
117 - new restructuring methods from 2.1.0
128 - example of ` from_tuples() ` added
1511 - ` Node.from_tuples() ` will now raise an error if given an empty iterable. This should never happen, and it should error if it does.
1612 - ` Interval.distance_to() ` gave an incorrect distance when passed the ` Interval ` 's upper boundary
1713- Maintainers:
18- - added testing for Python 3.5
14+ - use github.com/kennethreitz/pyandoc
1915 - reorganize tests
2016 - more tests added to improve code coverage (We're at 95%! Woohoo!)
2117 - test for issue #4 had a broken import reference
Original file line number Diff line number Diff line change @@ -372,13 +372,6 @@ Version 3.0.0
372372
373373- Dropped support for Python 2.6, 3.2, and 3.3
374374- Add support for Python 3.5 and 3.6
375- - Maintainers:
376-
377- - use github.com/kennethreitz/pyandoc
378-
379- Version 2.1.1
380- -------------
381-
382375- Updated README:
383376
384377 - new restructuring methods from 2.1.0
@@ -396,7 +389,7 @@ Version 2.1.1
396389
397390- Maintainers:
398391
399- - added testing for Python 3.5
392+ - use github.com/kennethreitz/pyandoc
400393 - reorganize tests
401394 - more tests added to improve code coverage (We're at 95%! Woohoo!)
402395 - test for issue #4 had a broken import reference
You can’t perform that action at this time.
0 commit comments