Skip to content

Commit

Permalink
Merge tag '4.0.3' into develop
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ikirudennis committed Sep 22, 2024
2 parents e596255 + a1c31e5 commit f87892a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
clean:
rm README.txt
rm -rf ./dist ./build
$(RM) README.txt
$(RM) -r ./dist ./build

generate_pypi_README:
${VIRTUAL_ENV}/bin/pytextile README.textile | sed -e 's/^\t//' > README.txt
Expand Down
2 changes: 1 addition & 1 deletion textile/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '4.0.2'
VERSION = '4.0.3'

0 comments on commit f87892a

Please sign in to comment.