cloudx-proxy 0.6.1__py3-none-any.whl → 0.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cloudx_proxy/_version.py +2 -2
- {cloudx_proxy-0.6.1.dist-info → cloudx_proxy-0.7.0.dist-info}/METADATA +2 -1
- {cloudx_proxy-0.6.1.dist-info → cloudx_proxy-0.7.0.dist-info}/RECORD +7 -7
- {cloudx_proxy-0.6.1.dist-info → cloudx_proxy-0.7.0.dist-info}/WHEEL +0 -0
- {cloudx_proxy-0.6.1.dist-info → cloudx_proxy-0.7.0.dist-info}/entry_points.txt +0 -0
- {cloudx_proxy-0.6.1.dist-info → cloudx_proxy-0.7.0.dist-info}/licenses/LICENSE +0 -0
- {cloudx_proxy-0.6.1.dist-info → cloudx_proxy-0.7.0.dist-info}/top_level.txt +0 -0
cloudx_proxy/_version.py
CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '0.
|
32
|
-
__version_tuple__ = version_tuple = (0,
|
31
|
+
__version__ = version = '0.7.0'
|
32
|
+
__version_tuple__ = version_tuple = (0, 7, 0)
|
33
33
|
|
34
34
|
__commit_id__ = commit_id = None
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cloudx-proxy
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.7.0
|
4
4
|
Summary: SSH proxy command to connect VSCode with Cloud9/CloudX instance using AWS Systems Manager
|
5
5
|
Author-email: easytocloud <info@easytocloud.com>
|
6
6
|
License: MIT License
|
@@ -56,6 +56,7 @@ Dynamic: license-file
|
|
56
56
|
[](https://pypi.org/project/cloudx-proxy/)
|
57
57
|
[](https://github.com/easytocloud/cloudX-proxy/blob/main/LICENSE)
|
58
58
|
[](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
|
59
|
+
[](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
|
59
60
|
[](https://github.com/easytocloud/cloudX-proxy/network/updates)
|
60
61
|
[](https://pypi.org/project/cloudx-proxy/)
|
61
62
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
cloudx_proxy/_1password.py,sha256=uxyCfVvO1eQrOfYRojst_LN2DV4fIwxM5moaQTn3wQY,5853
|
2
2
|
cloudx_proxy/__init__.py,sha256=ZZ2O_m9OFJm18AxMSuYJt4UjSuSqyJlYRaZMoets498,61
|
3
|
-
cloudx_proxy/_version.py,sha256=
|
3
|
+
cloudx_proxy/_version.py,sha256=uLbRjFSUZAgfl7V7O8zKV5Db36k7tz87ZIVq3l2SWs0,704
|
4
4
|
cloudx_proxy/cli.py,sha256=prOTW9H8QloWuHqwFDy6fQg5-8CrG1RiEylIoNrjO5I,9907
|
5
5
|
cloudx_proxy/core.py,sha256=RF3bX5MQiokRKjYEPnfWdKywGdtoVUvV2xZqm9uOl1g,8135
|
6
6
|
cloudx_proxy/setup.py,sha256=CmUYr9EhtLoEpKU9jMEgxXtVMYlZTfPAJ-eQ59nr_bI,42785
|
7
|
-
cloudx_proxy-0.
|
8
|
-
cloudx_proxy-0.
|
9
|
-
cloudx_proxy-0.
|
10
|
-
cloudx_proxy-0.
|
11
|
-
cloudx_proxy-0.
|
12
|
-
cloudx_proxy-0.
|
7
|
+
cloudx_proxy-0.7.0.dist-info/licenses/LICENSE,sha256=i7P2OR4zsJYsMWcCUDe_B9ZfGi9bU0K5I2nKfDrW_N8,1068
|
8
|
+
cloudx_proxy-0.7.0.dist-info/METADATA,sha256=lf2Jqx-zmn2-l59EhDG8ONuNEYLzbnSYV2p4RDdjpo0,21619
|
9
|
+
cloudx_proxy-0.7.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
10
|
+
cloudx_proxy-0.7.0.dist-info/entry_points.txt,sha256=HGt743N2lVlKd7O1qWq3C0aEHyS5PjPnxzDHh7hwtSg,54
|
11
|
+
cloudx_proxy-0.7.0.dist-info/top_level.txt,sha256=2wtEote1db21j-VvkCJFfT-dLlauuG5indjggYh3xDg,13
|
12
|
+
cloudx_proxy-0.7.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|