We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0fc9c3 + b5478e8 commit 81f010dCopy full SHA for 81f010d
2 files changed
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