- When releasing, check coredev branches 6.0, 6.1, and 6.2. No longer check 5.2. [maurits] (62)
2.3.3
------------------
Bug fixes:
- Update `mxcheckouts.ini` when releasing a package. [maurits] (77)
Internal:
- Update configuration files. [plone devs]
2.3.2
------------------
Bug fixes:
- Remove empty section from mxcheckouts.ini. This is when calling `bin/manage remove-checkout`: when disabling a checkout, we can remove the entire section. You must have `default-use = false` in the settings of this file. The code is simplified to not support the default value of `default-use = true`: the Plone coredev buildout does not want this. [maurits] (75)
2.3.1
------------------
Bug fixes:
- Fix checking/adding/removing checkouts: search in `mxsources.ini`. [maurits] (945)
Internal:
- Update configuration files. [plone devs]
2.3.0
------------------
New features:
- Add buildout2pip manage command. [maurits] (72)
Bug fixes:
- Catch error when trying to change coredev branches. Not everyone may have the branches available, or there may be some problem with it. (67) - No longer offer to push changes to buildout.coredev. This is no longer what we ever want: the newly uploaded package will not yet be available on all PyPI mirrors. Fixes `issue 69 <https://github.com/plone/plone.releaser/issues/69>`_. [maurits] (69)
Internal:
- Update configuration files. [plone devs]
2.2.2
------------------
Bug fixes:
- Preserve the case of package names in versions2constraints and friends. [maurits] (65)