- Fix setting version for non-lowercase package. In the previous release this would add a duplicate line. [maurits] (58) - Fix missing changelog entries when running ``bin/manage changelog``. [maurits] (60)
2.1.1
------------------
Bug fixes:
- Commit all changed files when updating a package version. We were only adding `versions.cfg` to the commit, but the change can be in `versions-extra.cfg`, or in the future also in `constraints.txt`. [maurits] (57)
2.1.0
------------------
New features:
- Enable updating versions in pip constraints files. [maurits] (53) - Enable updating checkouts in mxdex.ini files. [maurits] (53)
Bug fixes:
- Check all ``versions*.cfg`` files when updating a pin. [maurits] (52) - Removed no longer working ``pulls`` command that I have never used. Removed ``PyGithub`` and ``keyring`` dependencies that were only used for this. Removed ``Source.path`` property that was only used for this. [maurits] (56)
- Allow disabling PyPI rights check, as this does not know how to check organisations. Set env variable ``PLONE_RELEASER_CHECK_PYPI_ACCESS=0`` if you want to disable it. Also, we do not check PyPI if the user is `__token__`, so using an API token. [maurits] (50)
2.0.0
------------------
Breaking changes:
- Require Python 3.8+. Cleanup code and dependencies, with help op plone/meta. Drop support for Plone 5.2 releases: no launchpad code anymore. [maurits] (200)