Skip to content

Commit eda1971

Browse files
committed
version bumpin' and CHANGELOGgin'
1 parent 6ad9e38 commit eda1971

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.textile

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

3+
h2. Version 2.3.16
4+
* Bugfixes:
5+
** Fix processing of extended code blocks ("#50":https://github.com/textile/python-textile/issues/50)
6+
** Don't break when links fail to include "http:" ("#51":https://github.com/textile/python-textile/issues/51)
7+
** Better handling of poorly-formatted tables ("#52":https://github.com/textile/python-textile/issues/52)
8+
39
h2. Version 2.3.15
410
* Bugfix: Don't break on unicode characters in the fragment of a url.
511

textile/version.py

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

0 commit comments

Comments
 (0)