Skip to content

Commit f85dde4

Browse files
committed
Merge branch 'release/2.3.6'
2 parents 6f21d8d + d00e945 commit f85dde4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.textile

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

3+
h2. Version 2.3.6
4+
* Packaging: @tests@ directory is correctly included in source-tarball. ("#33":https://github.com/textile/python-textile/issues/33)
5+
36
h2. Version 2.3.5
47
* Bugfix: Correctly handle unicode text in url query-strings. ("#36":https://github.com/textile/python-textile/issues/36)
58

@@ -8,7 +11,7 @@ h2. Version 2.3.4
811
* Remove misplaced shebang on non-callable files.
912
* Packaging: Add test-command to setup.py directly.
1013
* Packaging: Included the tests/ directory for source-tarballs, useful for packaging checks. ("#33":https://github.com/textile/python-textile/issues/33)
11-
* Add a cli tool `pytextile` which takes textile input and prints html output. See `pytextile -h` for details.
14+
* Add a cli tool @pytextile@ which takes textile input and prints html output. See @pytextile -h@ for details.
1215

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

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ include MANIFEST.in
99
include pytest.ini
1010
include README.textile
1111
include requirements.txt
12+
recursive_include tests

textile/version.py

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

0 commit comments

Comments
 (0)