Skip to content

Commit b44b80f

Browse files
committed
Merge branch 'release/2.3.9'
2 parents 7857ece + c3ae49d commit b44b80f

File tree

5 files changed

+6
-31
lines changed

5 files changed

+6
-31
lines changed

CHANGELOG.textile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
h1. 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+
37
h2. 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)

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
exclude .gitignore
22
exclude TODO.textile
33
exclude .travis.yml
4+
exclude tests/.*
45
include CHANGELOG.textile
56
include CONTRIBUTORS.txt
67
include .coveragerc

textile/objects/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from .block import Block
2-
from .list import List
32
from .table import Table
43

54
__all__ = ['Block', 'Table']

textile/objects/list.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

textile/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.3.8'
1+
VERSION = '2.3.9'

0 commit comments

Comments
 (0)