Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ejoranlienea committed Jul 5, 2023
1 parent 2e6153b commit 50ac027
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 50ac027

Please sign in to comment.