Skip to content

Commit 2fe6050

Browse files
committed
version bumpin' and CHANGELOGGIN'
1 parent af14fd8 commit 2fe6050

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.textile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
h1. Textile Changelog
22

3+
h2. Version 2.3.12
4+
* Bugfix: Don't die on pre blocks with unicode characters. ("#43":https://github.com/textile/python-textile/issues/43)
5+
* Bugfix: Fix regressions introduced into the code between 2.2.2 and 2.3.11. (Special thanks to "@adam-iris":https://github.com/adam-iris for providing pull request "#44":https://github.com/textile/python-textile/pull/44)
6+
* Bugfix: Don't just die when processing poorly-formatted textile lists. ("#37":https://github.com/textile/python-textile/issues/37)
7+
* Add Python 3.6 to testing.
8+
* Add a "print the version string and exit" argument to the cli tool: @pytextile -v@
9+
310
h2. Version 2.3.11
411
* Bugfix: Don't strip leading dot from image URIs ("#42":https://github.com/textile/python-textile/issues/42)
512

textile/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.3.11'
1+
VERSION = '2.3.12'

0 commit comments

Comments
 (0)