Prepare 16.0.0
This commit is contained in:
parent
1c6a8e59e0
commit
c37f4423be
|
@ -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:
|
||||
|
|
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue