Releases: bitranox/rst_include
v2.1.3
v2.1.3
2023-07-21:
- require minimum python 3.8
- remove python 3.7 tests
- introduce PEP517 packaging standard
- introduce pyproject.toml build-system
- remove mypy.ini
- remove pytest.ini
- remove setup.cfg
- remove setup.py
- remove .bettercodehub.yml
- remove .travis.yml
- update black config
- clean ./tests/test_cli.py
- add codeql badge
- move 3rd_party_stubs outside the src directory to ./.3rd_party_stubs
- add pypy 3.10 tests
- add python 3.12-dev tests
v2.1.2.2
v2.1.1
v2.1.0
v2.0.8
v2.0.7
feature release
2.0.5
2020-07-29: feature release
- use the new pizzacutter template
- use cli_exit_tools
patch release
2.0.4
2020-07-23: patch release
- adopt lib_log_utils 0.3.0
feature release
2.0.3
2020-07-16: feature release
- fix cli test
- enable traceback option on cli errors
- manage project with PizzaCutter
- restructured cli entry points
- avoid recursive imports
strict mypy typechecking, code cleaning
- drop support for configfiles
- update documentation
- implement --version on commandline
- test commandline registration
- strict mypy typechecking