# Changelog

## Releases

### 1.0.3 (5 Jan 2023)

Re-release to ensure tests are bundled in sdist.

2022.12.11 - Convert to flit package

### 1.0.2 (14 Oct 2022)

2022.10.14 - Fix package metadata to correctly identify module
2022.07.24 - Test on Python 3.11
2022.05.24 - Add __main__ section to tests to enable `python tests.py`

### 1.0.1 (16 May 2022)

2022.05.16 - Add tests.py in sdist
2022.05.11 - Set up GitHub actions for build/test/upload

### 1.0.0 (11 May 2022)

2022.05.11 - Import from CPython (last modified 662db125cddbca1db68116c547c290eb3943d98e)
           - Remove Version base class and StrictVersion
           - Style with black
           - Add non-importing check for distutils.version.LooseVersion to maintain
             compatibility
