From c37f4423be8557ea586ffcba2ece92f75655b9a3 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 23 May 2016 20:29:31 +0200 Subject: [PATCH] Prepare 16.0.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 52731d73..ebccfda5 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.0.0 (UNRELEASED) +16.0.0 (2016-05-23) ------------------- Backward-incompatible changes: diff --git a/src/attr/__init__.py b/src/attr/__init__.py index f692de35..cf991e82 100644 --- a/src/attr/__init__.py +++ b/src/attr/__init__.py @@ -23,7 +23,7 @@ from . import filters from . import validators -__version__ = "16.0.0.dev0" +__version__ = "16.0.0" __title__ = "attrs" __description__ = "Attributes without boilerplate."