Prepare 15.1.0
This commit is contained in:
parent
3c426bb0a6
commit
5158b66af9
|
@ -23,7 +23,7 @@ from . import filters
|
||||||
from . import validators
|
from . import validators
|
||||||
|
|
||||||
|
|
||||||
__version__ = "15.1.0.dev0"
|
__version__ = "15.1.0"
|
||||||
|
|
||||||
__title__ = "attrs"
|
__title__ = "attrs"
|
||||||
__description__ = "Attributes without boilerplate."
|
__description__ = "Attributes without boilerplate."
|
||||||
|
|
|
@ -9,7 +9,7 @@ Versions are year-based with a strict :doc:`backwards-compatibility policy <back
|
||||||
The third digit is only for regressions.
|
The third digit is only for regressions.
|
||||||
|
|
||||||
|
|
||||||
15.1.0 (UNRELEASED)
|
15.1.0 (2015-08-20)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue