Skip to content

Commit

Permalink
prep v1.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Jul 18, 2024
1 parent 51a8ea7 commit 97fd015
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.

## [1.9.1] -- 2024-07-18

### Changed
- ensure peppy requirement peppy>=0.40.0,<=0.40.2

## [1.9.0] -- 2024-06-26

Expand Down
2 changes: 1 addition & 1 deletion looper/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.9.0"
__version__ = "1.9.1"
# You must change the version in parser = pydantic2_argparse.ArgumentParser in cli_pydantic.py!!!
2 changes: 1 addition & 1 deletion looper/cli_pydantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def main(test_args=None) -> None:
prog="looper",
description="Looper: A job submitter for Portable Encapsulated Projects",
add_help=True,
version="1.9.0",
version="1.9.1",
)

parser = add_short_arguments(parser, ArgumentEnum)
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ logmuse>=0.2.0
pandas>=2.0.2
pephubclient>=0.4.0
pipestat>=0.9.2
peppy>=0.40.2
peppy>=0.40.0,<=0.40.2
pyyaml>=3.12
rich>=9.10.0
ubiquerg>=0.8.1a1
Expand Down

0 comments on commit 97fd015

Please sign in to comment.