Skip to content

Commit 12be1ad

Browse files
committed
bump version number and changelog.
1 parent 7711283 commit 12be1ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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)

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)