Skip to content

Commit

Permalink
bugfix: 修复 History.created 未赋值的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
shabbywu committed Feb 9, 2022
1 parent 1d0e1c9 commit 3cdc2d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moby_distribution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from moby_distribution.spec.image_json import ImageJSON
from moby_distribution.spec.manifest import ManifestSchema1, ManifestSchema2, OCIManifestSchema1

__version__ = "0.4.2"
__version__ = "0.4.3"
__ALL__ = [
"DockerRegistryV2Client",
"Blob",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "moby-distribution"
version = "0.4.2"
version = "0.4.3"
description = "Yet another moby(docker) distribution implement by python."
authors = ["shabbywu <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 3cdc2d9

Please sign in to comment.