We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa24372 + 07dd134 commit 9d37046Copy full SHA for 9d37046
CHANGES.md
@@ -1,3 +1,13 @@
1
+## Changes in 0.3.0
2
+
3
+* Airflow 3.0 is now supported.
4
5
+* Bug fixes and test improvements
6
7
+* Enhanced documentation
8
9
+* Update generated project CI's
10
11
## Changes in 0.2.0
12
13
* Local MLOps now works on both Linux and Windows
pyproject.toml
@@ -19,7 +19,7 @@ keywords = [
19
"Machine Learning",
20
"Deep Learning"
21
]
22
-version = "0.2.0"
+version = "0.3.0"
23
readme = { file = "README.md", content-type = "text/markdown" }
24
license = { file = "LICENSE", content-type = "text/plain" }
25
requires-python = ">=3.12"
0 commit comments