Fokko commented on code in PR #5315: URL: https://github.com/apache/iceberg/pull/5315#discussion_r926411339
########## python/pyproject.toml: ########## @@ -17,7 +17,7 @@ [tool.poetry] name = "pyiceberg" -version = "0.0.1rc1" +version = "0.14.0.dev0" Review Comment: As I wrote in the initial post, this is up for discussion. I can see benefits on both sides. The direct reason for adding the version to the Python code is to pass it as a header to the REST API. If we release Python and Java together, we can give some guarantee that they are compatible. My biggest concern with tying them together is that the release process becomes more involved because we have to test both Java and Python. Especially since the Python codebase is still young, I would expect a faster release cadence until everything settles. I've changed it to `0.1.0.dev0` for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
