From dae4e40446ff77446844b13b86aad1700f104681 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 30 Aug 2016 12:23:28 +0200 Subject: [PATCH] Prepare 16.1.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 30208574..654b3346 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.1.0 (UNRELEASED) +16.1.0 (2016-08-30) ------------------- Backward-incompatible changes: diff --git a/src/attr/__init__.py b/src/attr/__init__.py index fdfe8b4e..4fc4e0aa 100644 --- a/src/attr/__init__.py +++ b/src/attr/__init__.py @@ -24,7 +24,7 @@ from . import filters from . import validators -__version__ = "16.1.0.dev0" +__version__ = "16.1.0" __title__ = "attrs" __description__ = "Attributes Without Boilerplate"