0.6.0 release
This commit is contained in:
parent
dcb2ce7995
commit
fb73dcea0e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue