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.
1 parent af79f60 commit c3e3322Copy full SHA for c3e3322
CHANGELOG.md
@@ -1,5 +1,9 @@
1
[Go to GitHub Releases](https://github.com/dlt-hub/dlt-init-openapi/releases)
2
3
+0.1.0a3 - Getting ready for the first release
4
+* Remove left over print statement
5
+* Small udpates to readme
6
+
7
0.1.0a2 - Getting ready for the first release
8
* Updated Readme, reordered content blocks and made example nicer
9
* Better rendering of required and non-required query args
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dlt-init-openapi"
-version = "0.1.0a2"
+version = "0.1.0a3"
description = "Generate dlt Python clients from OpenAPI"
homepage = "https://dlthub.com"
repository = "https://github.com/dlt-hub/dlt-init-openapi"
0 commit comments