diff --git a/CHANGELOG.md b/CHANGELOG.md index f01e55e..6ddd7a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ + `.sqlalchemy` has been made a subpackage and split; `sqlalchemy_async` has been deprecated. Update your imports. + Add several new utilities to `.sqlalchemy`: `BitSelector`, `secret_column`, `a_relationship`, `SessionWrapper`, `wrap=` argument to SQLAlchemy. Also removed dead batteries -+ Add `.waiter` module. For now, non-functional ++ Add `.waiter` module. For now, non-functional ~ + Add `ArgConfigSource` to `.configparse` + Add Z85 (`z85encode()` `z85decode()`) encoding support + Add more strings to `.legal` module diff --git a/src/suou/__init__.py b/src/suou/__init__.py index f73b414..e47d233 100644 --- a/src/suou/__init__.py +++ b/src/suou/__init__.py @@ -36,7 +36,7 @@ from .validators import matches from .redact import redact_url_password from .http import WantsContentType -__version__ = "0.6.0-dev36" +__version__ = "0.6.0" __all__ = ( 'ConfigOptions', 'ConfigParserConfigSource', 'ConfigSource', 'ConfigValue',