We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7087e75 commit fc3d914Copy full SHA for fc3d914
CHANGELOG.textile
@@ -1,5 +1,9 @@
1
h1. Textile Changelog
2
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
+
7
h2. Version 2.3.8
8
* Bugfix: Fix process of string containing only whitespaces ("#40":https://github.com/textile/python-textile/issues/40)
9
* Bugfix: Fix process of formatted text after lists ("#37":https://github.com/textile/python-textile/issues/37)
textile/version.py
@@ -1 +1 @@
-VERSION = '2.3.8'
+VERSION = '2.3.9'
0 commit comments