Skip to content

Commit f0da581

Browse files
committed
update to v2.1.8 to fix a regression.
1 parent 34b877c commit f0da581

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python-textile is a Python port of Textile, Dean Allen's humane web text generat
44

55
h2. Usage
66

7-
Install the 'textile' folder on your python path, or @pip install https://github.com/ikirudennis/python-textile/archive/v2.1.7.tar.gz@
7+
Install the 'textile' folder on your python path, or @pip install https://github.com/ikirudennis/python-textile/archive/v2.1.8.tar.gz@
88

99
<pre>
1010
<code>

textile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['textile', 'textile_restricted']
44

5-
__version__ = '2.1.7'
5+
__version__ = '2.1.8'

0 commit comments

Comments
 (0)