Skip to content

Commit 8030a04

Browse files
author
Moto Admin
committed
Admin: Post-release steps
1 parent 28d5ca8 commit 8030a04

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Moto Changelog
33

44
5.1.22
55
-----
6-
Docker Digest for 5.1.22: <autopopulateddigest>
6+
Docker Digest for 5.1.22: _sha256:1e3802c95726373544967b428201c548f0247c15b00db2d96a5ba0a77d8643b8_
77

88
New Methods:
99
* APIGateway:

moto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from moto.core.decorator import mock_aws as mock_aws # noqa: E402
22

33
__title__ = "moto"
4-
__version__ = "5.1.22"
4+
__version__ = "5.1.23.dev"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = moto
3-
version = 5.1.22
3+
version = 5.1.23.dev
44
description = A library that allows you to easily mock out tests based on AWS infrastructure
55
long_description = file:README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)