From 5158b66af9976d4e32a014a154c2d56ac3802512 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 20 Aug 2015 13:53:57 +0200 Subject: [PATCH] Prepare 15.1.0 --- attr/__init__.py | 2 +- docs/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attr/__init__.py b/attr/__init__.py index 8b8cf08d..9d945f4d 100644 --- a/attr/__init__.py +++ b/attr/__init__.py @@ -23,7 +23,7 @@ from . import filters from . import validators -__version__ = "15.1.0.dev0" +__version__ = "15.1.0" __title__ = "attrs" __description__ = "Attributes without boilerplate." diff --git a/docs/changelog.rst b/docs/changelog.rst index 99ea1551..80650bf4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Versions are year-based with a strict :doc:`backwards-compatibility policy