Skip to content

Commit 557f5e8

Browse files
committed
Merge branch 'release/2.3.4' into develop
2 parents 7711283 + c08c78a commit 557f5e8

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.textile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
h1. Textile Changelog
22

3-
h2. Develop Branch
3+
h2. Version 2.3.4
44
* Bugfix: fix an issue with extended block code
55
* Remove misplaced shebang on non-callable files.
66
* Packaging: Add test-command to setup.py directly.
77
* Packaging: Included the tests/ directory for source-tarballs, useful for packaging checks. ("#33":https://github.com/textile/python-textile/issues/33)
8+
* Add a cli tool `pytextile` which takes textile input and prints html output. See `pytextile -h` for details.
89

910
h2. Version 2.3.3
1011
* Bugfix: Unicode in URL titles no longer break everything ("#30":https://github.com/textile/python-textile/issues/30)

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ def get_version():
1414
setup(
1515
name='textile',
1616
version=get_version(),
17+
author='Dennis Burke',
18+
author_email='ikirudennis@gmail.com',
1719
description='Textile processing for python.',
1820
url='http://github.com/textile/python-textile',
1921
packages=find_packages(),

textile/version.py

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

0 commit comments

Comments
 (0)