Skip to content

Commit

Permalink
version bumpin' and CHANGELOGgin'
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 14, 2017
1 parent 6ad9e38 commit eda1971
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
h1. Textile Changelog

h2. Version 2.3.16
* Bugfixes:
** Fix processing of extended code blocks ("#50":https://github.com/textile/python-textile/issues/50)
** Don't break when links fail to include "http:" ("#51":https://github.com/textile/python-textile/issues/51)
** Better handling of poorly-formatted tables ("#52":https://github.com/textile/python-textile/issues/52)

h2. Version 2.3.15
* Bugfix: Don't break on unicode characters in the fragment of a url.

Expand Down
2 changes: 1 addition & 1 deletion textile/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '2.3.15'
VERSION = '2.3.16'

0 comments on commit eda1971

Please sign in to comment.