version advance

This commit is contained in:
Yusur 2025-09-01 22:36:55 +02:00
parent c860d9ffe1
commit f7807ff05a
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## 0.6.0
...
## 0.5.3
...
## 0.5.2
- Fixed poorly handled merge conflict leaving `.sqlalchemy` modulem unusable

View file

@ -34,7 +34,7 @@ from .validators import matches
from .redact import redact_url_password
from .http import WantsContentType
__version__ = "0.5.3-dev34"
__version__ = "0.6.0-dev35"
__all__ = (
'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue',