Skip to content

Commit

Permalink
Merge pull request #63 from pepkit/041_point_release
Browse files Browse the repository at this point in the history
update requirements and version for point release
  • Loading branch information
donaldcampbelljr committed Jul 26, 2023
2 parents 5945d31 + 93cea10 commit 3222fc4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.4.1] - 2023-07-26

### Fix

- ensure Pipestat uses proper versions of Pydantic, Yacman.

## [0.4.0] - 2023-06-29

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pipestat/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
6 changes: 4 additions & 2 deletions requirements/requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ jsonschema
logmuse>=0.2.5
oyaml
psycopg2-binary
pydantic>=1.10.7
pydantic>=1.10.7, <2.0.0
sqlmodel>=0.0.8
ubiquerg>=0.6.1
yacman>=0.9.0
yacman>=0.9.1
PyYAML
pandas
eido
1 change: 1 addition & 0 deletions requirements/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ markdown-include
mkdocs>=1.0
pydoc-markdown
sqlmodel>=0.0.8
eido
1 change: 1 addition & 0 deletions requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ black
coveralls
pytest>=4.6.9
pytest-cov>=2.8.1
jinja2

0 comments on commit 3222fc4

Please sign in to comment.