Post-release steps

This commit is contained in:
Moto Admin 2022-12-18 11:48:38 +00:00
parent 626803a78e
commit 4c3586296f
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Moto Changelog
4.0.12
-----
Docker Digest for 4.0.12: <autopopulateddigest>
Docker Digest for 4.0.12: _sha256:06916d3f310c68fd445468f06d6d4ae6f855e7f2b80e007a90bd11eeb421b5ed_
General:
* Fixes our Kinesis-compatibility with botocore>=1.29.31 - earlier Moto-versions will connect to AWS when using this botocore-version

View File

@ -191,7 +191,7 @@ mock_all = MockAll
# logging.getLogger('boto').setLevel(logging.CRITICAL)
__title__ = "moto"
__version__ = "4.0.12.dev"
__version__ = "4.0.13.dev"
try: