version advance
This commit is contained in:
parent
c860d9ffe1
commit
f7807ff05a
2 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.6.0
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
|
## 0.5.3
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
## 0.5.2
|
## 0.5.2
|
||||||
|
|
||||||
- Fixed poorly handled merge conflict leaving `.sqlalchemy` modulem unusable
|
- Fixed poorly handled merge conflict leaving `.sqlalchemy` modulem unusable
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ from .validators import matches
|
||||||
from .redact import redact_url_password
|
from .redact import redact_url_password
|
||||||
from .http import WantsContentType
|
from .http import WantsContentType
|
||||||
|
|
||||||
__version__ = "0.5.3-dev34"
|
__version__ = "0.6.0-dev35"
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue',
|
'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue