Skip to content

Commit 5bcb1ea

Browse files
preparation of v4.0.1 (#1023)
* preparation of v4.0.1 * updated install instruction Co-authored-by: J. Ungermann <j.ungermann@fz-juelich.de>
1 parent 92cbd44 commit 5bcb1ea

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

CHANGES.rst

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

4+
Version 4.0.1
5+
~~~~~~~~~~~~~
6+
7+
Bug Fix release
8+
9+
All changes:
10+
https://github.com/Open-MSS/MSS/milestone/58?closed=1
11+
412
Version 4.0.0
513
-------------
614

docs/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Create an environment and install the whole mss package dependencies then remove
5353

5454
$ conda create -n mssdev mamba
5555
$ conda activate mssdev
56-
$ mamba install mss --only-deps
56+
$ mamba install mss=4.0.1 --only-deps
5757

5858
You can also use conda to install mss, but mamba is a way faster.
5959
Compare versions used in the meta.yaml between stable and develop branch and apply needed changes.

docs/installation.rst

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ leave out the 'source' here and below). ::
5656

5757
$ conda create -n mssenv mamba
5858
$ conda activate mssenv
59-
(mssenv) $ mamba install mss
59+
(mssenv) $ mamba install mss=4.0.1 python
6060

6161

6262
You need to reactivate after the installation once the environment to setup all needed enironment
@@ -81,28 +81,21 @@ you could try the mamba update mss as described.
8181
search for MSS what you can get ::
8282

8383
(mssenv) $ mamba search mss
84-
85-
mss 3.0.4 py38h578d9bd_0 conda-forge
86-
mss 3.0.4 py39hf3d152e_0 conda-forge
87-
mss 4.0.0 py36h5fab9bb_0 conda-forge
88-
mss 4.0.0 py37h89c1867_0 conda-forge
89-
mss 4.0.0 py38h578d9bd_0 conda-forge
90-
mss 4.0.0 py39hf3d152e_0 conda-forge
84+
...
85+
mss 4.0.1 py38h578d9bd_0 conda-forge
86+
mss 4.0.1 py39hf3d152e_0 conda-forge
9187

9288
compare what you have installed ::
9389

9490
(mssenv) $ mamba list mss
9591

9692
mss 3.0.2 py39hf3d152e_0 conda-forge
9793

98-
We found that sometimes mss can be updated in an existing environment ::
99-
100-
(mssenv) $ mamba update mss
10194

102-
We have also reports that sometimes an update suceeds by giving by the install option and the new version number,
103-
in this example 4.0.0 and python as second option ::
95+
We have reports that often an update suceeds by using the install option and the new version number,
96+
in this example 4.0.1 and python as second option ::
10497

105-
(mssenv) $ mamba install mss=4.0.0 python
98+
(mssenv) $ mamba install mss=4.0.1 python
10699

107100
All attemmpts show what you get if you continue. **Continue only if you get what you want.**
108101

@@ -130,7 +123,7 @@ We suggest to create a mss user.
130123
* login again or export PATH="/home/mss/miniconda3/bin:$PATH"
131124
* conda create -n mssenv mamba
132125
* conda activate mssenv
133-
* mamba install mss
126+
* mamba install mss=4.0.1 python
134127

135128
For a simple test you could start the builtin standalone *mswms* and *mscolab* server::
136129

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'4.0.0.'
27+
__version__ = u'4.0.1.'

0 commit comments

Comments
 (0)