prep for 4.2.0 and fix changelog (#10375)

something weird happened to the changelog in
https://github.com/certbot/certbot/pull/10319. a 4.2.0 entry was added
below the entry for `5.0.0 - main` despite 4.2.0 not having been
released. since it's sounding like we're expecting our next release to
be 4.2.0 and not 5.0, i merged these two changelog entries into one for
4.2.0

i also modified our setup.py files to use 4.2.0.dev0 instead of
5.0.0.dev0 altho this isn't strictly necessary because our release
script will automatically set all version numbers to whatever version we
give it on the command line before building the release
This commit is contained in:
Brad Warren
2025-07-29 14:44:39 -07:00
committed by GitHub
parent 6ba8abe8d5
commit ae2a00bbad
19 changed files with 20 additions and 26 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup
version = '5.0.0.dev0'
version = '4.2.0.dev0'
install_requires = [
# We specify the minimum acme and certbot version as the current plugin