Releases: openedx/ccx-keys
Releases · openedx/ccx-keys
2.0.2
What's Changed
- fix: update setup.py for latest PyPI deploy standards by @UsamaSadiq in #135
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- chore: updated release workflow to add setuptools in pip installation command by @BilalQamar95 in #134
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- fix: pypi-publish master branch sunset by @CodeWithEmad in #109
- chore: drop support for python 3.8 by @huniafatima-arbi in #115
- build: Switch to ubuntu-latest for builds by @feanil in #118
- feat: updated to python 3.12 by @BilalQamar95 in #127
New Contributors
- @CodeWithEmad made their first contribution in #109
- @huniafatima-arbi made their first contribution in #115
- @BilalQamar95 made their first contribution in #127
Full Changelog: 1.3.0...2.0.0
1.3.0
1.2.2
What's Changed
- build(deps): add local common_constraints file by @stvstnfrd in #22
- Bump django from 2.2.23 to 2.2.24 in /requirements by @dependabot in #23
- build: fix codecov in #30 by @nedbat in #31
- BOM-2952: Replace travis with GitHub CI by @UsamaSadiq in #30
- Standardize version number placement by @aht007 in #32
- Add DEPR workflow automation by @sarina in #33
- fix: Install pip and pip-tools in upgrade script by @edx-requirements-bot in #34
- Fix github url strings (org edx -> openedx) by @sarina in #36
- build: Remove community-engineering CODEOWNERS by @timmc-edx in #37
- Update standard workflow files. by @feanil in #39
- fix: Uncommented parameters in upgrade requirements workflow by @zubairshakoorarbisoft in #40
- fix: fix python requirements upgrade workflow by @UsamaSadiq in #41
- build: added reviewers in dependabot config by @edx-requirements-bot in #42
- chore: create catalog-info.yaml by @jristau1984 in #88
- feat: add python311 support by @edx-requirements-bot in #84
New Contributors
- @dependabot made their first contribution in #23
- @nedbat made their first contribution in #31
- @UsamaSadiq made their first contribution in #30
- @aht007 made their first contribution in #32
- @sarina made their first contribution in #33
- @zubairshakoorarbisoft made their first contribution in #40
- @jristau1984 made their first contribution in #88
Full Changelog: 1.2.1...1.2.2
Drop Python 3.5 Support
- Drop Python 3.5 Support
Drop python2.7 support. Added Python3.8 support
Drop python2.7 support.
Added Python3.8 support
OEP-18 compliant
Brought up to spec with OEP-18 (dependency management).
Python 3.5 Supported
Merge pull request #3 from edx/clintonb/python3 Added support for Python 3.5
PyPI + Rename
This release adds support for automatic publication to PyPI after successful Travis validation. Additionally, the egg name referenced by pip
and in requirements files has been changed from ccx_keys
to edx-ccx-keys
.