Skip to content

Commit a24cd6c

Browse files
authored
prepare v6.2.0 (#1460)
* prepare v6.2.0 * trying cd * next * env * reset to initial * test * test * reset * next * next * next * next * final
1 parent aa7f2cc commit a24cd6c

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

.github/workflows/testing-develop.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
xdist: no
1717
branch_name: develop
1818
event_name: ${{ github.event_name }}
19-
secrets: inherit
19+
secrets:
20+
PAT: ${{ secrets.PAT }}
2021

2122
test-develop-xdist:
2223
uses:
@@ -25,6 +26,7 @@ jobs:
2526
xdist: yes
2627
branch_name: develop
2728
event_name: ${{ github.event_name }}
28-
secrets: inherit
29+
secrets:
30+
PAT: ${{ secrets.PAT }}
2931

3032

.github/workflows/testing-stable.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
xdist: no
1717
branch_name: stable
1818
event_name: ${{ github.event_name }}
19-
secrets: inherit
19+
secrets:
20+
PAT: ${{ secrets.PAT }}
2021

2122
test-stable-xdist:
2223
uses:
@@ -25,6 +26,7 @@ jobs:
2526
xdist: yes
2627
branch_name: stable
2728
event_name: ${{ github.event_name }}
28-
secrets: inherit
29+
secrets:
30+
PAT: ${{ secrets.PAT }}
2931

3032

CHANGES.rst

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

4+
Version 6.2.0
5+
~~~~~~~~~~~~~
6+
7+
This release includes the use of the new basemap-1.3.3 release and enables packaging for python 3.10.x.
8+
We added the possibility of flight level as vertical coordinate.
9+
A user can now leave on his own an operation.
10+
11+
12+
All changes:
13+
https://github.com/Open-MSS/MSS/milestone/80?closed=1
14+
15+
416
Version 6.1.1
517
~~~~~~~~~~~~~
618

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'6.1.1.'
27+
__version__ = u'6.2.0.'

0 commit comments

Comments
 (0)