Skip to content

Commit

Permalink
Merge pull request #3 from mgcam/update_porch_cli_version
Browse files Browse the repository at this point in the history
Update porch cli version
  • Loading branch information
nerdstrike authored Jul 24, 2024
2 parents 305ac99 + ff95095 commit 4838cfd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4838cfd

Please sign in to comment.