Skip to content

Commit f87892a

Browse files
committed
Merge tag '4.0.3' into develop
Version 4.0.3 * Update supported Python versions to 3.8 - 3.12 [#83](#83) * Replace html5lib with nh3 for html sanitization * General code cleanup * Bugfixes: ** Wrong HTML output when "bc.." is the very last in the document [#81](#81) * Other: ** Use github actions instead of travis for automated testing
2 parents e596255 + a1c31e5 commit f87892a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
clean:
2-
rm README.txt
3-
rm -rf ./dist ./build
2+
$(RM) README.txt
3+
$(RM) -r ./dist ./build
44

55
generate_pypi_README:
66
${VIRTUAL_ENV}/bin/pytextile README.textile | sed -e 's/^\t//' > README.txt

textile/version.py

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

0 commit comments

Comments
 (0)