Skip to content

Commit cd1ea0f

Browse files
committed
version bumpin' and CHANGELOGGIN'
1 parent 6694c24 commit cd1ea0f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.textile

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

3+
h2. Version 2.3.14
4+
* Bugfix: Fix textile on Python 2.6 ("#48":https://github.com/textile/python-textile/issues/48)
5+
36
h2. Version 2.3.13
47
* Remove extraneous arguments from textile method. These were originally added long ago to work with django, but markup languages are long gone from django.
58
* Bugfix: Don't mangle percent-encoded URLs so much. ("#45":https://github.com/textile/python-textile/issues/45)

textile/version.py

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

0 commit comments

Comments
 (0)