Skip to content

Releases: bitranox/rst_include

v2.1.3

21 Jul 16:45
Compare
Choose a tag to compare

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

03 Jun 18:56
776a87b
Compare
Choose a tag to compare

v2.1.2.2

2022-06-02: setup github actions v3, python3.10 test matrix

v2.1.1

09 Oct 15:17
8efa9f0
Compare
Choose a tag to compare

v2.1.1

2020-10-09: service release
- update travis build matrix for linux 3.9-dev
- update travis build matrix (paths) for windows 3.9 / 3.10

v2.1.0

08 Aug 14:04
a2c6acf
Compare
Choose a tag to compare

v2.1.0

2020-08-08: service release
- fix documentation
- fix travis
- deprecate pycodestyle
- implement flake8

v2.0.8

01 Aug 18:27
c8b2596
Compare
Choose a tag to compare

v2.0.8

2020-08-01: fix pypi deploy

v2.0.7

31 Jul 08:01
aa86fa3
Compare
Choose a tag to compare

v2.0.7

2020-07-31: fix travis build

feature release

29 Jul 21:25
4bd9b42
Compare
Choose a tag to compare

2.0.5

2020-07-29: feature release
- use the new pizzacutter template
- use cli_exit_tools

patch release

23 Jul 18:09
c074f15
Compare
Choose a tag to compare

2.0.4

2020-07-23: patch release
- adopt lib_log_utils 0.3.0

feature release

16 Jul 16:42
edd09c1
Compare
Choose a tag to compare

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

02 Sep 21:14
Compare
Choose a tag to compare
  • drop support for configfiles
  • update documentation
  • implement --version on commandline
  • test commandline registration
  • strict mypy typechecking