From 4c3586296fd06e5b6bd202589c2ce8365045bdf3 Mon Sep 17 00:00:00 2001 From: Moto Admin Date: Sun, 18 Dec 2022 11:48:38 +0000 Subject: [PATCH] Post-release steps --- CHANGELOG.md | 2 +- moto/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: