Skip to content

Commit 864448d

Browse files
authored
prepare v10.2.1 (#2976)
1 parent 207f974 commit 864448d

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

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.1
5+
~~~~~~~~~~~~~~
6+
7+
Bug fix release and minor enhancements:
8+
We improved our setup and tests for Mac Users.
9+
10+
All changes:
11+
https://github.com/Open-MSS/MSS/milestone/115?closed=1
12+
13+
414
Version 10.2.0
515
~~~~~~~~~~~~~~
616

docs/development.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,9 @@ Creating a new release
481481

482482
* make sure all issues for this milestone are closed or moved to the next milestone
483483
* update CHANGES.rst, based on git log
484-
* check version number of upcoming release in CHANGES.rst
485-
* verify that version.py, MANIFEST.in and setup.py are complete
484+
* check version number of upcoming release in pyproject.toml
485+
* verify that pyproject.toml, MANIFEST.in are complete
486+
* Update the version in the lock file by `pixi lock`
486487
* for a new stable release merge from develop to stable
487488
* tag the release::
488489

@@ -494,7 +495,7 @@ Creating a new release
494495
* announce on:
495496

496497
* Mailing list
497-
* Twitter (follow @TheMSSystem for these tweets)
498+
* Mastodon (follow https://fosstodon.org/@MSS)
498499

499500

500501

pixi.lock

Lines changed: 10 additions & 3 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.2.0"
3+
version = "10.2.1"
44
description = "MSS - Mission Support System"
55
readme = "README.md"
66
classifiers = [

0 commit comments

Comments
 (0)