Skip to content

Commit 16cbd87

Browse files
committed
Merge branch 'release/2.3.9' into develop
2 parents 7087e75 + c3ae49d commit 16cbd87

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
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/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)