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