Skip to content

Commit 8cede56

Browse files
authored
prepare v9.1.0 (#2426)
1 parent 7a7f11e commit 8cede56

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGES.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 9.1.0
5+
~~~~~~~~~~~~~
6+
7+
Bug fix release and minor enhancements:
8+
We have corrected spelling mistakes
9+
10+
All changes:
11+
https://github.com/Open-MSS/MSS/milestone/105?closed=1
12+
413
Version 9.0.0
514
~~~~~~~~~~~~~
615

@@ -10,7 +19,8 @@ In this way, a user can authenticate themselves in one system and gain access to
1019
by providing proof of authentication. In our documentation in the Components section you find a detailed description.
1120

1221
Matthias Riße refactored the test suite and optimized and accelerated our CI test runs.
13-
All tests run in parallel now and are not retried upon failure, and most tests are also executed in a randomized order, instilling more confidence in the results.
22+
All tests run in parallel now and are not retried upon failure, and most tests are also executed in a randomized order,
23+
instilling more confidence in the results.
1424
Quite a bit of duplicated code was unified, mostly using pytest fixtures.
1525
Additionally, CI test runs now also happen on x86_64- and ARM-based macOS.
1626

@@ -24,7 +34,7 @@ HINT:
2434
The syntax of the server configuration of MSColab and MSWMS has changed. We removed the class definition.
2535
For MSColab we have added new configuration options related to SAML2.
2636
The change on the MSColab server also required changes on the MSUI handling the MSColab login. These changes are
27-
not backwards compatible. Server and Client must use versions >=9.0.0.
37+
not backwards compatible. MSColab Server and MSUI Client must use versions >=9.0.0.
2838
We introduced a MSCOLAB_auth_user_name in the users configuration which simplifies the login process.
2939

3040
All changes:
@@ -153,7 +163,7 @@ Mscolab Operations in use for more than 30 days, move to an inactive list.
153163
The initial idea for multiple flightpaths on topview stems from bkirbus.
154164
GSoC mentors were Reimar Bauer, Jörn Ungermann, Sonja Gisinger
155165

156-
With MSS 9.0.0 we base our installation on miniforge. This has
166+
With MSS 8.0.0 we base our installation on miniforge. This has
157167
mamba in the base environment. Mambaforge is discouraged of September 2023.
158168

159169
All changes:

mslib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
See the License for the specific language governing permissions and
2525
limitations under the License.
2626
"""
27-
__version__ = u'9.0.0'
27+
__version__ = u'9.1.0'

0 commit comments

Comments
 (0)