Skip to content

Commit

Permalink
Merge pull request #185 from pacificclimate/version_4.4.0
Browse files Browse the repository at this point in the history
Bump to version 4.4.0
  • Loading branch information
rod-glover authored Nov 15, 2023
2 parents 2a74e5d + 81dc670 commit 51d0677
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# News / Release Notes

## 4.4.0

*Release Date: 2023-Apr-05*

Major change: Add function `variable_tags`.

Changes:
- [Add function variable_tags](https://github.com/pacificclimate/pycds/pull/167)
- [Don't use `*` version specs for dependencies](https://github.com/pacificclimate/pycds/pull/164)
- [Loosen SQLAlchemy-related version requirements](https://github.com/pacificclimate/pycds/pull/163)

## 4.3.0

*Release Date: 2023-Apr-05*
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pycds"
version = "4.3.0.dev1"
version = "4.4.0"
description = "An ORM representation of the PCDS and CRMP database"
license = "GPL-3.0-only"
authors = [
Expand Down

0 comments on commit 51d0677

Please sign in to comment.