You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/09/22 08:58:35 UTC

[iceberg] branch apache-iceberg-python-0-1-0 created (now 9ac32f91fc)

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a change to branch apache-iceberg-python-0-1-0
in repository https://gitbox.apache.org/repos/asf/iceberg.git


      at 9ac32f91fc Apache Iceberg Python release 0.1.0.rc0

This branch includes the following new commits:

     new 9ac32f91fc Apache Iceberg Python release 0.1.0.rc0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iceberg] 01/01: Apache Iceberg Python release 0.1.0.rc0

Posted by fo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch apache-iceberg-python-0-1-0
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit 9ac32f91fcb43023ee39793b7c8e7781062d0308
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Thu Sep 22 10:22:38 2022 +0200

    Apache Iceberg Python release 0.1.0.rc0
---
 python/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/pyproject.toml b/python/pyproject.toml
index 69881b8018..3579fa62de 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -17,7 +17,7 @@
 
 [tool.poetry]
 name = "pyiceberg"
-version = "0.1.0.dev0"
+version = "0.1.0.rc0"
 readme = "README.md"
 homepage = "https://iceberg.apache.org/"
 repository = "https://github.com/apache/iceberg/"