Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr authored Jan 16, 2025
2 parents 47d0f29 + 5bdcdc6 commit a68b079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ This release breaks backwards compatibility for Looper versions < 2.0.0
- Updated documentation for Looper 2.0.0, removing previous versions [pepspec PR #34](https://github.com/pepkit/pepspec/pull/34)
- remove position based argument for divvy config, must use --config or run as default config


### Added
- `looper init` tutorial [#466](https://github.com/pepkit/looper/issues/466)
- looper config allows for `pephub_path` in pipestat config section of `.looper.yaml` [#519](https://github.com/pepkit/looper/issues/519)
- improve error messaging for bad/malformed looper configurations [#515](https://github.com/pepkit/looper/issues/515)
- add shortform argument for --package (alias is now -p)


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

### Changed
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__ = "2.0.0a3"
# You must change the version in parser = pydantic_argparse.ArgumentParser in cli_pydantic.py!!!
# You must change the version in parser = pydantic_argparse.ArgumentParser in cli_pydantic.py!!!

0 comments on commit a68b079

Please sign in to comment.