File tree Expand file tree Collapse file tree 5 files changed +6
-31
lines changed
Expand file tree Collapse file tree 5 files changed +6
-31
lines changed Original file line number Diff line number Diff line change 11h1. Textile Changelog
22
3+ h2. Version 2.3.9
4+ * Packaging: remove extraneous files from the source distribution upload.
5+ * Remove a lingering file from a feature branch for overhauling list handling. This brings coverage back up to 100%
6+
37h2. Version 2.3.8
48* Bugfix: Fix process of string containing only whitespaces ("#40":https://github.com/textile/python-textile/issues/40)
59* Bugfix: Fix process of formatted text after lists ("#37":https://github.com/textile/python-textile/issues/37)
Original file line number Diff line number Diff line change 11exclude .gitignore
22exclude TODO.textile
33exclude .travis.yml
4+ exclude tests/.*
45include CHANGELOG.textile
56include CONTRIBUTORS.txt
67include .coveragerc
Original file line number Diff line number Diff line change 11from .block import Block
2- from .list import List
32from .table import Table
43
54__all__ = ['Block' , 'Table' ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- VERSION = '2.3.8 '
1+ VERSION = '2.3.9 '
You can’t perform that action at this time.
0 commit comments