Skip to content

Commit

Permalink
update for pre-release 2.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Dec 30, 2024
1 parent 0aa7309 commit 47d0f29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.

## [2.0.0a3] -- 2024-12-30

- fix [#536](https://github.com/pepkit/looper/issues/536)
- fix [#522](https://github.com/pepkit/looper/issues/522)
- fix [#537](https://github.com/pepkit/looper/issues/537)
- fix [#534](https://github.com/pepkit/looper/issues/534)

## [2.0.0a2] -- 2024-09-30

This release breaks backwards compatibility for Looper versions < 2.0.0
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.0a2"
__version__ = "2.0.0a3"
# You must change the version in parser = pydantic_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 @@ -340,7 +340,7 @@ def main(test_args=None) -> dict:
prog="looper",
description="Looper: A job submitter for Portable Encapsulated Projects",
add_help=True,
version="2.0.0a2",
version="2.0.0a3",
)

parser = add_short_arguments(parser, ArgumentEnum)
Expand Down

0 comments on commit 47d0f29

Please sign in to comment.