- new MAJOR version for incompatible API changes,
- new MINOR version for added functionality in a backwards compatible manner
- new PATCH version for backwards compatible bug fixes
- tasks:
- test if caching of handles make sense, especially on network
- documentation update
- pathlib-like Interface
- jupyter notebook update
- update jupyter notebook
- set secrets for pypi upload
- 2023-07-20:
- correct error in set_value with value_type=winreg.REG_NONE
- 2023-07-20:
- 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
2020-10-10: fix minor bugs
- 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
- 2020-08-08: service release
- fix documentation
- fix travis
- deprecate pycodestyle
- implement flake8
2020-08-01: fix pypi deploy
2020-07-31: fix travis build
- 2020-07-29: feature release
- use the new pizzacutter template
- use cli_exit_tools
- 2020-07-16: feature release
- fix cli test
- enable traceback option on cli errors
- corrected error in DeleteKey, missing_ok
- 2020-07-14 : feature release
- fix setup.py for deploy on pypi
- fix travis for pypi deploy testing
- 2020-07-13 : intermediate release
- start to implement additional pathlib-like interface
- implement fake-winreg to be able to develop and test under linux
- 2020-07-08 : patch release
- new click CLI
- use PizzaCutter Template
- added jupyter notebook
- reorganized modules and import
- updated documentation
2019-09-02: strict mypy type checking, housekeeping
2019-04-10: initial PyPi release
2019-03-29: prevent import error when importing under linux
2019-03-28: Initial public release