Prepare 16.2.0

This commit is contained in:
Hynek Schlawack 2016-09-17 07:49:51 +02:00
parent b20e1cf1ea
commit cc980c1f53
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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"