From cc980c1f53906d88c9d5610a702e05c02947d81e Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 17 Sep 2016 07:49:51 +0200 Subject: [PATCH] Prepare 16.2.0 --- CHANGELOG.rst | 2 +- src/attr/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 181ef8a7..0d6118bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ Versions are year-based with a strict backwards compatibility policy. The third digit is only for regressions. -16.2.0 (UNRELEASED) +16.2.0 (2016-09-17) ------------------- Changes: diff --git a/src/attr/__init__.py b/src/attr/__init__.py index 09d72f20..251289ab 100644 --- a/src/attr/__init__.py +++ b/src/attr/__init__.py @@ -25,7 +25,7 @@ from . import filters from . import validators -__version__ = "16.2.0.dev0" +__version__ = "16.2.0" __title__ = "attrs" __description__ = "Attributes Without Boilerplate"