diff --git a/acme/setup.py b/acme/setup.py index ed8abce66..9ae7d5bd9 100644 --- a/acme/setup.py +++ b/acme/setup.py @@ -3,7 +3,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'cryptography>=2.1.4', diff --git a/certbot-apache/setup.py b/certbot-apache/setup.py index 3397671a6..fd03e6ca0 100644 --- a/certbot-apache/setup.py +++ b/certbot-apache/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ # We specify the minimum acme and certbot version as the current plugin diff --git a/certbot-compatibility-test/setup.py b/certbot-compatibility-test/setup.py index 879dff40c..7bdc6a11c 100644 --- a/certbot-compatibility-test/setup.py +++ b/certbot-compatibility-test/setup.py @@ -3,7 +3,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'certbot', diff --git a/certbot-dns-cloudflare/setup.py b/certbot-dns-cloudflare/setup.py index 3e5cade98..8642a3569 100644 --- a/certbot-dns-cloudflare/setup.py +++ b/certbot-dns-cloudflare/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'cloudflare>=1.5.1', diff --git a/certbot-dns-cloudxns/setup.py b/certbot-dns-cloudxns/setup.py index da667657a..064b72be8 100644 --- a/certbot-dns-cloudxns/setup.py +++ b/certbot-dns-cloudxns/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'dns-lexicon>=3.1.0', # Changed `rtype` parameter name diff --git a/certbot-dns-digitalocean/setup.py b/certbot-dns-digitalocean/setup.py index 5b59ab4ac..3b80eb591 100644 --- a/certbot-dns-digitalocean/setup.py +++ b/certbot-dns-digitalocean/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'python-digitalocean>=1.11', # 1.15.0 or newer is recommended for TTL support diff --git a/certbot-dns-dnsimple/setup.py b/certbot-dns-dnsimple/setup.py index 5a1b13f44..956a228bd 100644 --- a/certbot-dns-dnsimple/setup.py +++ b/certbot-dns-dnsimple/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'setuptools>=39.0.1', diff --git a/certbot-dns-dnsmadeeasy/setup.py b/certbot-dns-dnsmadeeasy/setup.py index e0ff95a3b..0cccf9a14 100644 --- a/certbot-dns-dnsmadeeasy/setup.py +++ b/certbot-dns-dnsmadeeasy/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'dns-lexicon>=3.1.0', # Changed `rtype` parameter name diff --git a/certbot-dns-gehirn/setup.py b/certbot-dns-gehirn/setup.py index 997cd4cca..1bb2afb61 100644 --- a/certbot-dns-gehirn/setup.py +++ b/certbot-dns-gehirn/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'dns-lexicon>=3.1.0', # Changed `rtype` parameter name diff --git a/certbot-dns-google/setup.py b/certbot-dns-google/setup.py index 2d629f649..e23e3b53d 100644 --- a/certbot-dns-google/setup.py +++ b/certbot-dns-google/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'google-api-python-client>=1.5.5', diff --git a/certbot-dns-linode/setup.py b/certbot-dns-linode/setup.py index 2c21ceecb..cf7996b05 100644 --- a/certbot-dns-linode/setup.py +++ b/certbot-dns-linode/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'dns-lexicon>=3.1.0', # Changed `rtype` parameter name diff --git a/certbot-dns-luadns/setup.py b/certbot-dns-luadns/setup.py index 024b1100b..c3791a375 100644 --- a/certbot-dns-luadns/setup.py +++ b/certbot-dns-luadns/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'dns-lexicon>=3.1.0', # Changed `rtype` parameter name diff --git a/certbot-dns-nsone/setup.py b/certbot-dns-nsone/setup.py index 959c3876d..e59eaeb6f 100644 --- a/certbot-dns-nsone/setup.py +++ b/certbot-dns-nsone/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'dns-lexicon>=3.1.0', # Changed `rtype` parameter name diff --git a/certbot-dns-ovh/setup.py b/certbot-dns-ovh/setup.py index 52dca456b..b3eca861d 100644 --- a/certbot-dns-ovh/setup.py +++ b/certbot-dns-ovh/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'dns-lexicon>=3.1.0', # Changed `rtype` parameter name diff --git a/certbot-dns-rfc2136/setup.py b/certbot-dns-rfc2136/setup.py index 25f0f2bfe..e8bd0db6e 100644 --- a/certbot-dns-rfc2136/setup.py +++ b/certbot-dns-rfc2136/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'dnspython', diff --git a/certbot-dns-route53/setup.py b/certbot-dns-route53/setup.py index 90069b3e2..54a46596f 100644 --- a/certbot-dns-route53/setup.py +++ b/certbot-dns-route53/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'boto3', diff --git a/certbot-dns-sakuracloud/setup.py b/certbot-dns-sakuracloud/setup.py index 8f98058f0..133a910aa 100644 --- a/certbot-dns-sakuracloud/setup.py +++ b/certbot-dns-sakuracloud/setup.py @@ -4,7 +4,7 @@ import sys from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ 'dns-lexicon>=3.1.0', # Changed `rtype` parameter name diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py index 371df2a3b..67e326f31 100644 --- a/certbot-nginx/setup.py +++ b/certbot-nginx/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages from setuptools import setup -version = '1.17.0.dev0' +version = '1.18.0.dev0' install_requires = [ # We specify the minimum acme and certbot version as the current plugin diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 7d82559b6..f77a36c79 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -2,7 +2,23 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). -## 1.17.0 - master +## 1.18.0 - master + +### Added + +* + +### Changed + +* + +### Fixed + +* + +More details about these changes can be found on our GitHub repo. + +## 1.17.0 - 2021-07-06 ### Added diff --git a/certbot/certbot/__init__.py b/certbot/certbot/__init__.py index 4d97c9fda..dbe457d0f 100644 --- a/certbot/certbot/__init__.py +++ b/certbot/certbot/__init__.py @@ -1,3 +1,3 @@ """Certbot client.""" # version number like 1.2.3a0, must have at least 2 parts, like 1.2 -__version__ = '1.17.0.dev0' +__version__ = '1.18.0.dev0' diff --git a/certbot/docs/cli-help.txt b/certbot/docs/cli-help.txt index 702507304..76d337878 100644 --- a/certbot/docs/cli-help.txt +++ b/certbot/docs/cli-help.txt @@ -41,7 +41,7 @@ optional arguments: and ~/.config/letsencrypt/cli.ini) -v, --verbose This flag can be used multiple times to incrementally increase the verbosity of output, e.g. -vvv. (default: - -3) + 0) --max-log-backups MAX_LOG_BACKUPS Specifies the maximum number of backup logs that should be kept by Certbot's built in log rotation. @@ -118,7 +118,7 @@ optional arguments: case, and to know when to deprecate support for past Python versions and flags. If you wish to hide this information from the Let's Encrypt server, set this to - "". (default: CertbotACMEClient/1.16.0 (certbot; + "". (default: CertbotACMEClient/1.17.0 (certbot; OS_NAME OS_VERSION) Authenticator/XXX Installer/YYY (SUBCOMMAND; flags: FLAGS) Py/major.minor.patchlevel). The flags encoded in the user agent are: --duplicate,