diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..18966b1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log for npg_notifications Project + +The format is based on [Keep a Changelog](http://keepachangelog.com/). +This project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased] + +## [0.1.0] - 2024-07-24 + +### Added + +# Initial project scaffold, code and tests diff --git a/pyproject.toml b/pyproject.toml index 0c34a74..9a48d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ SQLAlchemy = { version="^2.0.1", extras=["pymysql"] } SQLAlchemy-Utils = "^0.41.2" cryptography = "^41.0.3" PyYAML = "^6.0.0" -npg_porch_cli = { git="https://github.com/wtsi-npg/npg_porch_cli.git", branch="devel" } +npg_porch_cli = { git="https://github.com/wtsi-npg/npg_porch_cli.git", tag="0.1.0" } [tool.poetry.dev-dependencies] pytest = "^8.2.2"