Skip to content

Commit e754d88

Browse files
author
Moto Admin
committed
Admin: Post-release steps
1 parent 4d17a10 commit e754d88

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.2.0
55
-----
6-
Docker Digest for 5.2.0: <autopopulateddigest>
6+
Docker Digest for 5.2.0: _sha256:d8d063e3e704d256cbe8165072fa273c17698be91311e49fc602b7716f459bea_
77

88
General:
99
* Drops support for Python 3.9

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.2.0"
4+
__version__ = "5.2.1.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.2.0
3+
version = 5.2.1.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)