Skip to content

Commit

Permalink
Merge pull request #97 from pepkit/dev
Browse files Browse the repository at this point in the history
Release v0.5.5
  • Loading branch information
khoroshevskyi authored Jul 19, 2023
2 parents 0dd8021 + 295cb1e commit 8fae82e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.


## [0.5.5] -- 2023-07-19
- Updated requirements

## [0.5.4] -- 2023-07-14
- Added namespaces info method that returns list of namespaces with

Expand Down
2 changes: 1 addition & 1 deletion pepdbagent/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.4"
__version__ = "0.5.5"
2 changes: 1 addition & 1 deletion requirements/requirements-all.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sqlalchemy>=2.0.0
logmuse
peppy==0.35.6
peppy>=0.35.7
ubiquerg>=0.6.2
coloredlogs>=15.0.1
pytest-mock
Expand Down

0 comments on commit 8fae82e

Please sign in to comment.