Prepare 16.1.0
This commit is contained in:
parent
41d8cce09d
commit
dae4e40446
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue