Skip to content

Commit

Permalink
bump version number and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Oct 23, 2016
1 parent 7711283 commit 12be1ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.textile
@@ -1,10 +1,11 @@
h1. Textile Changelog

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

h2. Version 2.3.3
* Bugfix: Unicode in URL titles no longer break everything ("#30":https://github.com/textile/python-textile/issues/30)
Expand Down
2 changes: 1 addition & 1 deletion textile/version.py
@@ -1 +1 @@
VERSION = '2.3.3'
VERSION = '2.3.4'

0 comments on commit 12be1ad

Please sign in to comment.