We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdce32 commit abc2b2cCopy full SHA for abc2b2c
infra/charts/feast/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v1
2
description: Feature store for machine learning
3
name: feast
4
-version: 0.20.1
+version: 0.20.0
5
keywords:
6
- machine learning
7
- big data
infra/scripts/release/bump_file_versions.py
@@ -4,7 +4,7 @@
import sys
USAGE = f"Usage: python {sys.argv[0]} [--help] | current_semver_version new_semver_version]"
-VERSIONS_TO_BUMP = 28
+VERSIONS_TO_BUMP = 27
8
9
10
def main() -> None:
0 commit comments