We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3579891 commit 9124d2cCopy full SHA for 9124d2c
2 files changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+## 1.0.0
5
+
6
+Initial public release
7
8
9
## 1.0.0a1
10
11
Upgrade awscli to 1.40.12.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "s3-sync-lambda"
-version = "1.0.0a2"
+version = "1.0.0"
description = "Sync an S3 bucket to another S3 bucket in AWS Lambda."
authors = ["Metabolize LLC"]
license = "Apache-2.0"
0 commit comments