Releases: scolby33/pushover_complete
Releases · scolby33/pushover_complete
v2.0.0
2.0.0 <20 May 2025>
- Harden GitHub Actions configurations by removing some template interpolation and adding constraints to the Python dependencies used in CI (Pull #21)
- Change to using pytest-cov for coverage measurements and fix coverage uploading to Codecov (Pull #22)
- Minor changes to copyright symbol in license files (Pull #24)
- Remove Python 2.7 compatability (Pull #23)
1.2.0
1.2.0 <24 March 2025>
- Major modernization of the project's supporting structures
- Add Time To Live (TTL) support (Pull #14)
- Now supporting Python 2.7 and 3.9 to 3.13
- Note: this will be the final release supporting Python 2.7
- Fully replace setup.py with pyproject.toml
- Use GitHub Actions instead of Travis for CI/CD
- Use GitHub Actions for trusted publishing to PyPI
- Various updates to documentation
v1.2.0rc1
1.1.1
1.1.0
1.1.0 <6 April 2018>
- Add image attachment support (Pulls #5 and #9)
- Officially add support for Python 3.6
- Officially deprecate support for Python 3.5. It will be removed in the next major version release.
- Change default tox environment for Python 3 to py36
- Refactored
.travis.yml
to be more concise and use the newpy
environment specification (Pull #8) - Some refactoring in the main API (more list comprehensions yay!) (Pull #6)
- Several small documentation changes/refinements
1.0.2
1.0.2 <23 December 2016>
- "Add" Python 3.6 support. It's not in Travis as an allowed failure and didn't require any code changes to pass!
- Fix a major bug with the receipt cancel API. I was using a GET request instead of a POST
- Stop using the releases Sphinx plugin for the changelog. Its philosophy didn't match well with mine
- Update release procedure based on no longer using releases
- Some minor documentation fixes