8000 release version 1.2.0 · OpCodeWolf/localstack@9be2a7a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9be2a7a

Browse files
release version 1.2.0
1 parent 85d1973 commit 9be2a7a

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.2.0.dev"
1+
__version__ = "1.2.0"

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.37
33-
localstack-ext>=1.2.0.dev,<1.3
33+
localstack-ext==1.2.0
3434
plux>=1.3.1
3535
psutil>=5.4.8,<6.0.0
3636
python-dotenv>=0.19.1
@@ -79,7 +79,7 @@ runtime =
7979
hypercorn==0.14.2
8080
jsonpatch>=1.24,<2.0
8181
jsonpath-rw>=1.4.0,<2.0.0
82-
localstack-ext[runtime]>=1.2.0.dev,<1.3
82+
localstack-ext[runtime]==1.2.0
8383
moto-ext[all]==4.0.6.post1
8484
opensearch-py==1.1.0
8585
pproxy>=2.7.0

0 commit comments

Comments
 (0)
0