Skip to content

Commit 4ca4380

Browse files
committed
Merge branch 'release/4.0.1' into develop
2 parents 55dfbc6 + 3a0b2fa commit 4ca4380

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.textile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
h1. Textile Changelog
22

3+
h2. Version 4.0.1
4+
* Bugfixes:
5+
** SyntaxWarnings with Python 3.8 i("#71":https://github.com/textile/python-textile/issues/71)
6+
** testsuite: internal error with coverage 5.0.X ("#72":https://github.com/textile/python-textile/issues/72)
7+
** DeprecationWarnings about invalid escape sequences ("#73":https://github.com/textile/python-textile/issues/73)
8+
39
h2. Version 4.0.0
410
* Drop support for Python 2, hence the version bump. Update list of PY3K versions to currently-supported versions. If you need to use textile on Python 2.7 or Python 3.3 or 3.4, please use textile Version 3.0.4.
511
* For use in PyPy environments, textile used to work well with the regex package. Lately, it's running into trouble. Please uninstall regex if this is the case for you.

textile/version.py

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

0 commit comments

Comments
 (0)