From 51e13c06ba9c723875ae690187836e2b4ba374f6 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 24 Sep 2021 10:19:23 +0200 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44741f7639..de5f434455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,7 @@ jobs: sudo /usr/bin/python -m pip install xmlschema numpy lxml sudo /usr/bin/python -m pip install src/bcf sudo /usr/bin/python -m pip install pytest + sudo /usr/bin/python -m pip install isodate - name: Test run: | From b8d36a63a29f37193f52027b421607f7c37434ce Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 24 Sep 2021 10:25:22 +0200 Subject: [PATCH 2/2] Bump to 0.6.0rc0 --- src/ifcparse/IfcParse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcparse/IfcParse.h b/src/ifcparse/IfcParse.h index b6cc855861..c8e643d152 100644 --- a/src/ifcparse/IfcParse.h +++ b/src/ifcparse/IfcParse.h @@ -27,7 +27,7 @@ #ifndef IFCPARSE_H #define IFCPARSE_H -#define IFCOPENSHELL_VERSION "0.6.0b0" +#define IFCOPENSHELL_VERSION "0.6.0rc0" #include #include