From 1a29941d5cf74ca585780495cb6c17fd013ec861 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 20 Aug 2020 19:26:03 +0200 Subject: [PATCH] Start 20.2.0 cycle --- CHANGELOG.rst | 9 +++++++++ src/attr/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 73231b2c1..11b56b0e2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Changelog Versions follow `CalVer `_ with a strict backwards compatibility policy. The third digit is only for regressions. +Changes for the upcoming release can be found in the `"changelog.d" directory `_ in our repository. + +.. + Do *NOT* add changelog entries here! + + This changelog is managed by towncrier and is compiled at release time. + + See https://www.attrs.org/en/latest/contributing.html#changelog for details. + .. towncrier release notes start 20.1.0 (2020-08-20) diff --git a/src/attr/__init__.py b/src/attr/__init__.py index 0bd72c0aa..84c028c3e 100644 --- a/src/attr/__init__.py +++ b/src/attr/__init__.py @@ -21,7 +21,7 @@ from ._version_info import VersionInfo -__version__ = "20.1.0" +__version__ = "20.2.0.dev0" __version_info__ = VersionInfo._from_version_string(__version__) __title__ = "attrs"