Skip to content

Commit 72ecf8d

Browse files
committed
Release 1.6
1 parent 06d760c commit 72ecf8d

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
* Tue Jul 1 2025 Aurelien Cedeyn <aurelien.cedeyn@cea.fr>
2+
* Release: 1.6
3+
* Add ha feature from Stanford university
4+
* Various fixes :
5+
* https://github.com/cea-hpc/shine/issues/199
6+
* https://github.com/cea-hpc/shine/issues/201
7+
* https://github.com/cea-hpc/shine/issues/208
8+
* https://github.com/cea-hpc/shine/issues/211
9+
* https://github.com/cea-hpc/shine/issues/213
10+
* https://github.com/cea-hpc/shine/issues/215
11+
* https://github.com/cea-hpc/shine/issues/216
12+
* https://github.com/cea-hpc/shine/issues/219
13+
* https://github.com/cea-hpc/shine/issues/220
14+
* https://github.com/cea-hpc/shine/issues/221
15+
* https://github.com/cea-hpc/shine/issues/222
16+
* https://github.com/cea-hpc/shine/issues/223
17+
* https://github.com/cea-hpc/shine/issues/224
18+
119
2017-05-25 Aurelien Degremont <aurelien.degremont@cea.fr>
220
* Release: 1.5
321

lib/Shine/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
public_version = "1.5.1"
2-
__version__ = "1.5.1"
1+
public_version = "1.6.1"
2+
__version__ = "1.6.1"

shine.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%endif
88

99
Name: shine
10-
Version: 1.5
10+
Version: 1.6
1111
Release: 1%{?dist}
1212
Vendor: CEA
1313
License: GPLv2+
@@ -66,6 +66,9 @@ install -p -D -m 644 scripts/shine-ha.service %{buildroot}%{_unitdir}/shine-ha.s
6666
%endif
6767

6868
%changelog
69+
* Wed Jul 2 2025 <aurelien.cedeyn@cea.fr> - 1.6-1
70+
- Update to shine 1.6
71+
6972
* Wed Sep 11 2024 <sthiell@stanford.edu> - 1.5-2
7073
- Update from oak_ha branch at Stanford
7174
- Add shine-ha.service

0 commit comments

Comments
 (0)