We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d5ca8 commit 8030a04Copy full SHA for 8030a04
3 files changed
CHANGELOG.md
@@ -3,7 +3,7 @@ Moto Changelog
3
4
5.1.22
5
-----
6
-Docker Digest for 5.1.22: <autopopulateddigest>
+Docker Digest for 5.1.22: _sha256:1e3802c95726373544967b428201c548f0247c15b00db2d96a5ba0a77d8643b8_
7
8
New Methods:
9
* APIGateway:
moto/__init__.py
@@ -1,4 +1,4 @@
1
from moto.core.decorator import mock_aws as mock_aws # noqa: E402
2
__title__ = "moto"
-__version__ = "5.1.22"
+__version__ = "5.1.23.dev"
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = moto
-version = 5.1.22
+version = 5.1.23.dev
description = A library that allows you to easily mock out tests based on AWS infrastructure
long_description = file:README.md
long_description_content_type = text/markdown
0 commit comments