Releases: al-niessner/pyxb
Releases · al-niessner/pyxb
Release 1.3.3
Release 1.3.2
Release 1.3.1
What's Changed
- Fix tests failures, improve Python 3.10 compatibility, release support by @d-maurer in #2
- Fixes needed to run on py 3.11 by @RKuttruff in #3
- Update setup.py by @al-niessner in #4
New Contributors
- @d-maurer made their first contribution in #2
- @RKuttruff made their first contribution in #3
Full Changelog: 1.3.0...1.3.1
Release 1.3.0
first patch for CTC (#1) * patch for CTC Updated setup.py for the various bits about author etc. Importantly changed to python 3.10 and moved from distutils to setuptools. Pretty simple. Ran find to locate all the instances of the Mutable class and changed it to be abc.Mutable via sed. Again, not overly exciting. Added a pypi.sh tool so that I can quickly build and install new versions without having to rely on my memory.
1.3.0-rc1
almost there