Skip to content

Commit c47666c

Browse files
authored
preparation of v4.0.2 (#1044)
* preparation of v4.0.2 * typo fixed
1 parent f3195cb commit c47666c

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
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.2
5+
~~~~~~~~~~~~~
6+
7+
Bug fix release
8+
9+
All changes:
10+
https://github.com/Open-MSS/MSS/milestone/60?closed=1
11+
412
Version 4.0.1
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=4.0.1 --only-deps
56+
$ mamba install mss=4.0.2 --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: 6 additions & 6 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=4.0.1 python
59+
(mssenv) $ mamba install mss=4.0.2 python
6060

6161

6262
You need to reactivate after the installation once the environment to setup all needed enironment
@@ -82,8 +82,8 @@ search for MSS what you can get ::
8282

8383
(mssenv) $ mamba search mss
8484
...
85-
mss 4.0.1 py38h578d9bd_0 conda-forge
86-
mss 4.0.1 py39hf3d152e_0 conda-forge
85+
mss 4.0.2 py38....._0 conda-forge
86+
mss 4.0.2 py39....._0 conda-forge
8787

8888
compare what you have installed ::
8989

@@ -93,9 +93,9 @@ compare what you have installed ::
9393

9494

9595
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 ::
96+
in this example 4.0.2 and python as second option ::
9797

98-
(mssenv) $ mamba install mss=4.0.1 python
98+
(mssenv) $ mamba install mss=4.0.2 python
9999

100100
All attemmpts show what you get if you continue. **Continue only if you get what you want.**
101101

@@ -123,7 +123,7 @@ We suggest to create a mss user.
123123
* login again or export PATH="/home/mss/miniconda3/bin:$PATH"
124124
* conda create -n mssenv mamba
125125
* conda activate mssenv
126-
* mamba install mss=4.0.1 python
126+
* mamba install mss=4.0.2 python
127127

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

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.1.'
27+
__version__ = u'4.0.2.'

0 commit comments

Comments
 (0)