iqm-station-control-client 3.16__tar.gz → 3.16.1__tar.gz

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.
Files changed (77) hide show
  1. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/CHANGELOG.rst +91 -86
  2. {iqm_station_control_client-3.16/src/iqm_station_control_client.egg-info → iqm_station_control_client-3.16.1}/PKG-INFO +1 -1
  3. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1/src/iqm_station_control_client.egg-info}/PKG-INFO +1 -1
  4. iqm_station_control_client-3.16.1/version.txt +1 -0
  5. iqm_station_control_client-3.16/version.txt +0 -1
  6. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/LICENSE.txt +0 -0
  7. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/MANIFEST.in +0 -0
  8. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/README.rst +0 -0
  9. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/API.rst +0 -0
  10. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/Makefile +0 -0
  11. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/_static/css/custom.css +0 -0
  12. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/_static/images/favicon.ico +0 -0
  13. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/_static/images/logo.png +0 -0
  14. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/_templates/autosummary-class-template.rst +0 -0
  15. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/_templates/autosummary-module-template.rst +0 -0
  16. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/changelog.rst +0 -0
  17. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/conf.py +0 -0
  18. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/index.rst +0 -0
  19. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/docs/license.rst +0 -0
  20. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/pyproject.toml +0 -0
  21. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/requirements/base.in +0 -0
  22. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/requirements/base.txt +0 -0
  23. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/setup.cfg +0 -0
  24. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/setup.py +0 -0
  25. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/__init__.py +0 -0
  26. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/__init__.py +0 -0
  27. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/error.py +0 -0
  28. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/grpc_utils.py +0 -0
  29. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/iqm_server_client.py +0 -0
  30. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/meta_class.py +0 -0
  31. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/__init__.py +0 -0
  32. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/calibration_pb2.py +0 -0
  33. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/calibration_pb2.pyi +0 -0
  34. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/calibration_pb2_grpc.py +0 -0
  35. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/common_pb2.py +0 -0
  36. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/common_pb2.pyi +0 -0
  37. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/common_pb2_grpc.py +0 -0
  38. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/job_pb2.py +0 -0
  39. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/job_pb2.pyi +0 -0
  40. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/job_pb2_grpc.py +0 -0
  41. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/qc_pb2.py +0 -0
  42. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/qc_pb2.pyi +0 -0
  43. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/qc_pb2_grpc.py +0 -0
  44. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/uuid_pb2.py +0 -0
  45. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/uuid_pb2.pyi +0 -0
  46. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/proto/uuid_pb2_grpc.py +0 -0
  47. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/testing/__init__.py +0 -0
  48. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/iqm_server/testing/iqm_server_mock.py +0 -0
  49. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/list_models.py +0 -0
  50. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/serializers/__init__.py +0 -0
  51. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/serializers/channel_property_serializer.py +0 -0
  52. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/serializers/datetime_serializers.py +0 -0
  53. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/serializers/playlist_serializers.py +0 -0
  54. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/serializers/run_serializers.py +0 -0
  55. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/serializers/setting_node_serializer.py +0 -0
  56. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/serializers/struct_serializer.py +0 -0
  57. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/serializers/sweep_serializers.py +0 -0
  58. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/serializers/task_serializers.py +0 -0
  59. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/station_control.py +0 -0
  60. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/client/utils.py +0 -0
  61. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/__init__.py +0 -0
  62. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/list_with_meta.py +0 -0
  63. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/models/__init__.py +0 -0
  64. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/models/dut.py +0 -0
  65. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/models/observation.py +0 -0
  66. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/models/observation_set.py +0 -0
  67. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/models/run.py +0 -0
  68. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/models/sequence.py +0 -0
  69. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/models/sweep.py +0 -0
  70. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/models/type_aliases.py +0 -0
  71. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm/station_control/interface/pydantic_base.py +0 -0
  72. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm_station_control_client.egg-info/SOURCES.txt +0 -0
  73. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm_station_control_client.egg-info/dependency_links.txt +0 -0
  74. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm_station_control_client.egg-info/requires.txt +0 -0
  75. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/src/iqm_station_control_client.egg-info/top_level.txt +0 -0
  76. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/tests/.pylintrc +0 -0
  77. {iqm_station_control_client-3.16 → iqm_station_control_client-3.16.1}/tests/__init__.py +0 -0
@@ -2,101 +2,106 @@
2
2
  Changelog
3
3
  =========
4
4
 
5
- Version 3.16 (2025-04-22)
6
- =========================
5
+ Version 3.16.1 (2025-05-12)
6
+ ===========================
7
+
8
+ - Test patch versioning, no functional changes. :issue:`SW-1429`
9
+
10
+ Version 3.16.0 (2025-04-22)
11
+ ===========================
7
12
 
8
13
  Features
9
14
  --------
10
15
 
11
16
  - Update dependency on exa-common
12
17
 
13
- Version 3.15 (2025-04-11)
14
- =========================
18
+ Version 3.15.0 (2025-04-11)
19
+ ===========================
15
20
 
16
21
  Bug fixes
17
22
  ---------
18
23
 
19
24
  - Update license
20
25
 
21
- Version 3.14 (2025-04-10)
22
- =========================
26
+ Version 3.14.0 (2025-04-10)
27
+ ===========================
23
28
 
24
29
  Bug fixes
25
30
  ---------
26
31
 
27
32
  - Fix broken iqm-server-client initialization
28
33
 
29
- Version 3.13 (2025-04-07)
30
- =========================
34
+ Version 3.13.0 (2025-04-07)
35
+ ===========================
31
36
 
32
37
  Features
33
38
  --------
34
39
 
35
40
  - Add partial IQM Server backend support to Station Control client to enable Pulla usage through IQM Server
36
41
 
37
- Version 3.12 (2025-04-07)
38
- =========================
42
+ Version 3.12.0 (2025-04-07)
43
+ ===========================
39
44
 
40
45
  Features
41
46
  --------
42
47
 
43
48
  - Fix package version in published docs footers, :issue:`SW-1392`.
44
49
 
45
- Version 3.11 (2025-04-03)
46
- =========================
50
+ Version 3.11.0 (2025-04-03)
51
+ ===========================
47
52
 
48
53
  Feature
49
54
  *******
50
55
 
51
56
  - Enable PEP 604 in linting rules, :issue:`SW-1230`.
52
57
 
53
- Version 3.10 (2025-04-03)
54
- =========================
58
+ Version 3.10.0 (2025-04-03)
59
+ ===========================
55
60
 
56
61
  Features
57
62
  --------
58
63
 
59
64
  - Add versioning for station control API. :issue:`SW-898`
60
65
 
61
- Version 3.9 (2025-04-02)
62
- ========================
66
+ Version 3.9.0 (2025-04-02)
67
+ ==========================
63
68
 
64
69
  Features
65
70
  ********
66
71
 
67
72
  - Update the documentation footer to display the package version.
68
73
 
69
- Version 3.8 (2025-03-19)
70
- ========================
74
+ Version 3.8.0 (2025-03-19)
75
+ ==========================
71
76
 
72
77
  Bug fixes
73
78
  ---------
74
79
 
75
80
  - Update dependency on exa-common
76
81
 
77
- Version 3.7 (2025-03-11)
78
- ========================
82
+ Version 3.7.0 (2025-03-11)
83
+ ==========================
79
84
 
80
85
  Features
81
86
  --------
82
87
 
83
88
  - Bump pulla
84
89
 
85
- Version 3.6 (2025-03-07)
86
- ========================
90
+ Version 3.6.0 (2025-03-07)
91
+ ==========================
87
92
 
88
93
  Bug fix
89
94
  -------
90
95
 
91
96
  - Fix error message formatting of server-side errors.
92
97
 
93
- Version 3.5 (2025-03-05)
94
- ========================
98
+ Version 3.5.0 (2025-03-05)
99
+ ==========================
95
100
 
96
101
  - Bump station control dependencies
97
102
 
98
- Version 3.4 (2025-03-05)
99
- ========================
103
+ Version 3.4.0 (2025-03-05)
104
+ ==========================
100
105
 
101
106
  Features
102
107
  --------
@@ -106,8 +111,8 @@ Features
106
111
  - Use HTTPStatus code names instead of numbers for better clarity. No functional changes.
107
112
  - The ``/docs`` endpoint shows relevant metadata, e.g. the package version.
108
113
 
109
- Version 3.3 (2025-02-28)
110
- ========================
114
+ Version 3.3.0 (2025-02-28)
115
+ ==========================
111
116
 
112
117
  Features
113
118
  --------
@@ -116,24 +121,24 @@ Features
116
121
  :issue:`SW-1078`
117
122
 
118
123
 
119
- Version 3.2 (2025-02-28)
120
- ========================
124
+ Version 3.2.0 (2025-02-28)
125
+ ==========================
121
126
 
122
127
 
123
128
  Bug fix
124
129
  -------
125
130
  - Bump exa-common
126
131
 
127
- Version 3.1 (2025-02-27)
128
- ========================
132
+ Version 3.1.0 (2025-02-27)
133
+ ==========================
129
134
 
130
135
  Features
131
136
  --------
132
137
 
133
138
  * Bump EXA version.
134
139
 
135
- Version 3.0 (2025-02-27)
136
- ========================
140
+ Version 3.0.0 (2025-02-27)
141
+ ==========================
137
142
 
138
143
  Breaking changes
139
144
  ****************
@@ -143,18 +148,18 @@ Breaking changes
143
148
  - Removed deprecated ``StationControlClient.get_chad`` and ``StationControlClient.get_qubit_design_properties``.
144
149
  - Removed deprecated field ``SweepDefinition.playlists`` use ``.playlist`` instead.
145
150
 
146
- Version 2.20 (2025-02-19)
147
- =========================
151
+ Version 2.20.0 (2025-02-19)
152
+ ===========================
148
153
 
149
154
  - Bump station-control dependencies.
150
155
 
151
- Version 2.19 (2025-02-18)
152
- =========================
156
+ Version 2.19.0 (2025-02-18)
157
+ ===========================
153
158
 
154
159
  Bump exa-data, iqm-data-definitions versions.
155
160
 
156
- Version 2.18 (2025-02-04)
157
- =========================
161
+ Version 2.18.0 (2025-02-04)
162
+ ===========================
158
163
 
159
164
  Features
160
165
  --------
@@ -162,8 +167,8 @@ Features
162
167
  - Refactor codebase to new lint rules. No functional changes. :issue:`SW-467`
163
168
 
164
169
 
165
- Version 2.17 (2025-02-04)
166
- =========================
170
+ Version 2.17.0 (2025-02-04)
171
+ ===========================
167
172
 
168
173
  Features
169
174
  --------
@@ -171,135 +176,135 @@ Features
171
176
  - Refactor codebase to new lint rules. No functional changes. :issue:`SW-467`
172
177
 
173
178
 
174
- Version 2.16 (2025-01-30)
175
- =========================
179
+ Version 2.16.0 (2025-01-30)
180
+ ===========================
176
181
 
177
182
  Features
178
183
  --------
179
184
 
180
185
  - Implement callback to display progress bars for task execution :issue:`SW-881`
181
186
 
182
- Version 2.15 (2025-01-28)
183
- =========================
187
+ Version 2.15.0 (2025-01-28)
188
+ ===========================
184
189
 
185
190
  Features
186
191
  ********
187
192
  - Support broader range of `numpy` versions and verify compatibily with ruff, see migration guide `https://numpy.org/doc/stable/numpy_2_0_migration_guide.html`.
188
193
 
189
- Version 2.14 (2025-01-28)
190
- =========================
194
+ Version 2.14.0 (2025-01-28)
195
+ ===========================
191
196
 
192
197
  Features
193
198
  --------
194
199
 
195
200
  - Bump exa-common.
196
201
 
197
- Version 2.13 (2025-01-27)
198
- =========================
202
+ Version 2.13.0 (2025-01-27)
203
+ ===========================
199
204
 
200
205
  Features
201
206
  --------
202
207
 
203
208
  - Bump version for an updated repo organization. No functional changes. :issue:`SW-1042`
204
209
 
205
- Version 2.12 (2025-01-24)
206
- =========================
210
+ Version 2.12.0 (2025-01-24)
211
+ ===========================
207
212
 
208
213
  Features
209
214
  --------
210
215
 
211
216
  * Add serialisation and deserialisation for channel properties
212
217
 
213
- Version 2.11 (2025-01-10)
214
- =========================
218
+ Version 2.11.0 (2025-01-10)
219
+ ===========================
215
220
 
216
221
  Features
217
222
  --------
218
223
 
219
224
  - Log meta.errors is station control responses automatically. :issue:`SW-514`.
220
225
 
221
- Version 2.10 (2025-01-08)
222
- =========================
226
+ Version 2.10.0 (2025-01-08)
227
+ ===========================
223
228
 
224
229
  Features
225
230
  --------
226
231
 
227
232
  - Remove gitlab links from public pages. :issue:`SW-776`
228
233
 
229
- Version 2.9 (2024-12-30)
230
- ========================
234
+ Version 2.9.0 (2024-12-30)
235
+ ==========================
231
236
 
232
237
  Features
233
238
  --------
234
239
 
235
240
  - Minor typos fixed. :issue:`SW-776`
236
241
 
237
- Version 2.8 (2024-12-30)
238
- ========================
242
+ Version 2.8.0 (2024-12-30)
243
+ ==========================
239
244
 
240
245
  Features
241
246
  --------
242
247
 
243
248
  - Change license info to Apache 2.0. :issue:`SW-776`
244
249
 
245
- Version 2.7 (2024-12-17)
246
- ========================
250
+ Version 2.7.0 (2024-12-17)
251
+ ==========================
247
252
 
248
253
  Features
249
254
  --------
250
255
 
251
256
  - Remove hardcoded iqm-internal links from docstrings :issue:`SW-977`
252
257
 
253
- Version 2.6 (2024-12-12)
254
- ========================
258
+ Version 2.6.0 (2024-12-12)
259
+ ==========================
255
260
 
256
261
  Features
257
262
  --------
258
263
 
259
264
  - Bump exa-experiments
260
265
 
261
- Version 2.5 (2024-12-10)
262
- ========================
266
+ Version 2.5.0 (2024-12-10)
267
+ ==========================
263
268
 
264
269
  Features
265
270
  ********
266
271
 
267
272
  - Make `observation_ids` in `ObservationSetUpdate` optional. `SW-926`
268
273
 
269
- Version 2.4 (2024-12-09)
270
- ========================
274
+ Version 2.4.0 (2024-12-09)
275
+ ==========================
271
276
 
272
277
  Features
273
278
  --------
274
279
 
275
280
  Fix extlinks to MRs and issues in sphinx docs config :issue:`SW-916`
276
281
 
277
- Version 2.3 (2024-12-05)
278
- ========================
282
+ Version 2.3.0 (2024-12-05)
283
+ ==========================
279
284
 
280
285
  Features
281
286
  --------
282
287
 
283
288
  - Fix intersphinx reference paths in docs :issue:`SW-916`
284
289
 
285
- Version 2.2 (2024-12-05)
286
- ========================
290
+ Version 2.2.0 (2024-12-05)
291
+ ==========================
287
292
 
288
293
  Features
289
294
  --------
290
295
 
291
296
  - Add `characterization-set` to observation set pydantic model. `SW-845`
292
297
 
293
- Version 2.1 (2024-12-04)
294
- ========================
298
+ Version 2.1.0 (2024-12-04)
299
+ ==========================
295
300
 
296
301
  Features
297
302
  --------
298
303
 
299
304
  - Bump version for an updated repo organization. No functional changes. :issue:`SW-665`
300
305
 
301
- Version 2.0 (2024-11-22)
302
- ========================
306
+ Version 2.0.0 (2024-11-22)
307
+ ==========================
303
308
 
304
309
  Breaking changes
305
310
  ****************
@@ -315,24 +320,24 @@ Bug fixes
315
320
  This affected only when serializing list of objects at once (for example when saving multiple observations),
316
321
  endpoints dealing with single object were working as expected. :issue:`SW-865`
317
322
 
318
- Version 1.23 (2024-11-19)
319
- =========================
323
+ Version 1.23.0 (2024-11-19)
324
+ ===========================
320
325
 
321
326
  Features
322
327
  --------
323
328
 
324
329
  - Bump version for an updated repo organization. No functional changes. :issue:`SW-774`
325
330
 
326
- Version 1.22 (2024-11-15)
327
- =========================
331
+ Version 1.22.0 (2024-11-15)
332
+ ===========================
328
333
 
329
334
  Bug fixes
330
335
  ---------
331
336
 
332
337
  - Remove iqm-internal web links in customer docs artifacts.
333
338
 
334
- Version 1.21 (2024-11-12)
335
- =========================
339
+ Version 1.21.0 (2024-11-12)
340
+ ===========================
336
341
 
337
342
  Features
338
343
  ********
@@ -341,16 +346,16 @@ Features
341
346
  with added attributes, and 2.) to make it possible to convert inheriting classes to ObservationDefinition without
342
347
  removing extra attributes. Part of :issue:`SW-774`.
343
348
 
344
- Version 1.20 (2024-11-11)
345
- =========================
349
+ Version 1.20.0 (2024-11-11)
350
+ ===========================
346
351
 
347
352
  Features
348
353
  --------
349
354
 
350
355
  - Adds "gbc-set" observation set type. :issue:`GBC-672`
351
356
 
352
- Version 1.19 (2024-11-08)
353
- =========================
357
+ Version 1.19.0 (2024-11-08)
358
+ ===========================
354
359
 
355
360
  Features
356
361
  --------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iqm-station-control-client
3
- Version: 3.16
3
+ Version: 3.16.1
4
4
  Summary: Python client for communicating with Station Control Service
5
5
  Author-email: IQM Finland Oy <info@meetiqm.com>
6
6
  License: Apache License
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iqm-station-control-client
3
- Version: 3.16
3
+ Version: 3.16.1
4
4
  Summary: Python client for communicating with Station Control Service
5
5
  Author-email: IQM Finland Oy <info@meetiqm.com>
6
6
  License: Apache License
@@ -0,0 +1 @@
1
+ 3.16.1
@@ -1 +0,0 @@
1
- 3.16