diff --git a/CHANGELOG.textile b/CHANGELOG.textile index c998dd02..cc256bfe 100644 --- a/CHANGELOG.textile +++ b/CHANGELOG.textile @@ -1,5 +1,8 @@ h1. Textile Changelog +h2. Version 3.0.1 +* BUGFIX: Fix improper handling of extended code blocks. ("#61":https://github.com/textile/python-textile/pull/61) + h2. Version 3.0.0 * Drop support for Python 2.6 and 3.2. * Update to the current version of html5lib diff --git a/textile/version.py b/textile/version.py index aaa42644..a29b27e7 100644 --- a/textile/version.py +++ b/textile/version.py @@ -1 +1 @@ -VERSION = '3.0.0' +VERSION = '3.0.1'