8000 release version 1.0.4 · localstack/localstack@7a80330 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a80330

Browse files
release version 1.0.4
1 parent 92dae1c commit 7a80330

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

localstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.4.dev"
1+
__version__ = "1.0.4"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_requires =
3030
cachetools~=5.0.0
3131
#dnspython==1.16.0
3232
localstack-client>=1.31
33-
localstack-ext>=1.0.4.dev,<1.1
33+
localstack-ext==1.0.4
3434
plux>=1.3.1
3535
psutil>=5.4.8,<6.0.0
3636
python-dotenv>=0.19.1
@@ -74,7 +74,7 @@ runtime =
7474
flask_swagger==0.2.12
7575
jsonpatch>=1.24,<2.0
7676
jsonpath-rw>=1.4.0,<2.0.0
77-
localstack-ext[runtime]>=1.0.4.dev,<1.1
77+
localstack-ext[runtime]==1.0.4
7878
moto-ext[all]==3.1.14
7979
opensearch-py==1.1.0
8080
pproxy>=2.7.0

0 commit comments

Comments
 (0)
0