From 50ac027263b8968ed42e4bde165d58d592e7a5e8 Mon Sep 17 00:00:00 2001 From: ejoranlien Date: Wed, 5 Jul 2023 18:52:28 -0500 Subject: [PATCH] bump version --- CHANGELOG.md | 7 +++++-- README.md | 2 +- dbt_project.yml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e06412..8890e635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Unreleased ## New features +## Under the hood +## Fixes + +# edu_wh v0.2.5 +## New features - Create wide indicators from course/section characteristics in `dim_course_section` ## Under the hood - Add defaults for discipline non-offender codes @@ -8,8 +13,6 @@ - Add `k_school` to more models - Add configuration to customize the preferred email address for staff - Restrict the relationships between tenant and LEAs/schools -## Fixes - # edu_wh v0.2.4 ## New features diff --git a/README.md b/README.md index 142e0dd2..ee5d8ede 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Include the following in your `packages.yml` file: ``` packages: - package: edanalytics/edu_wh - version: [">=0.2.1", "<0.3.0"] + version: [">=0.2.5", "<0.3.0"] ``` > **Note** diff --git a/dbt_project.yml b/dbt_project.yml index 5c50edd6..d4112d65 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,7 +1,7 @@ config-version: 2 name: 'edu_wh' -version: '0.2.4' +version: '0.2.5' require-dbt-version: [">=1.0.0", "<2.0.0"] # This setting configures which "profile" dbt uses for this project.