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 a0fc9c3 commit b5478e8Copy full SHA for b5478e8
CHANGELOG.textile
@@ -1,5 +1,8 @@
1
h1. Textile Changelog
2
3
+h2. Version 3.0.2
4
+* BUGFIX: Fix for multiple multi-line paragraphs. ("#62":https://github.com/textile/python-textile/pull/62)
5
+
6
h2. Version 3.0.1
7
* BUGFIX: Fix improper handling of extended code blocks. ("#61":https://github.com/textile/python-textile/pull/61)
8
textile/version.py
@@ -1 +1 @@
-VERSION = '3.0.1'
+VERSION = '3.0.2'
0 commit comments