diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a2d41ce..728243d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Moto Changelog 4.0.12 ----- -Docker Digest for 4.0.12: +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 diff --git a/moto/__init__.py b/moto/__init__.py index 059727f59..5900bcc2e 100644 --- a/moto/__init__.py +++ b/moto/__init__.py @@ -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: