Skip to content

Commit 197c506

Browse files
authored
prepare 10.2.0 (#2873)
1 parent bfcc46b commit 197c506

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Version 10.2.0
5+
~~~~~~~~~~~~~~
6+
7+
Bug fix release and minor enhancements:
8+
We've modernized our project build process by switching from `setup.py` to `pyproject.toml`. This eliminates dependencies on the `past` and `future` packages.
9+
When you launch msui from the command line, the location of the log file will be displayed.
10+
11+
All changes:
12+
https://github.com/Open-MSS/MSS/milestone/113?closed=1
13+
414

515
Version 10.1.0
616
~~~~~~~~~~~~~~

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "open-mss"
3-
version = "10.1.0"
3+
version = "10.2.0"
44
description = "MSS - Mission Support System"
55
readme = "README.md"
66
classifiers = [

0 commit comments

Comments
 (0)