File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1818Changes
1919=======
2020
21+ `1.9.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.1...v1.9.2 >`__ (2022-11-15)
22+ -------------------------------------------------------------------------------------------------------
23+
24+ Bug Fixes
25+ ~~~~~~~~~
26+
27+ - **workflow: ** set plan creation date to activity start date
28+ (`#3210 <https://github.com/SwissDataScienceCenter/renku-python/issues/3210 >`__)
29+ (`c18f85c <https://github.com/SwissDataScienceCenter/renku-python/commit/c18f85cd834d036aaa76691d4552f9ab335c8f9f >`__)
30+
2131`1.9.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.9.0...v1.9.1 >`__ (2022-11-07)
2232-------------------------------------------------------------------------------------------------------
2333
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ appVersion: "1.0"
33description : A Helm chart for Kubernetes
44name : renku-core
55icon : https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
6- version : 1.9.1
6+ version : 1.9.2
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ versions:
9797 fullnameOverride : " "
9898 image :
9999 repository : renku/renku-core
100- tag : " v1.9.1 "
100+ tag : " v1.9.2 "
101101 pullPolicy : IfNotPresent
102102 v8 :
103103 name : v8
Original file line number Diff line number Diff line change 2424except ImportError :
2525 from importlib_metadata import distribution # type: ignore
2626
27- __version__ = "1.9.1 "
27+ __version__ = "1.9.2 "
2828__template_version__ = "0.3.1"
2929__minimum_project_version__ = "1.7.0"
3030
You can’t perform that action at this time.
0 commit comments