Skip to content

Commit

Permalink
Version bump to 0.0.78 (#1010)
Browse files Browse the repository at this point in the history
* initial changes

* Patched /home/priyash7/Desktop/open-source/patchwork/patchwork/patchflows/GenerateUnitTests/README.md

* final changes

* intermediate changes

* made changes to modifyCode step

* added README and fixed code

* partition changes

* added test to CI

* version bump

* fix test

* added default extension to yaml

* bump to 0.0.78

---------

Co-authored-by: priyash7 <[email protected]>
Co-authored-by: patched.codes[bot] <298395+patched.codes[bot]@users.noreply.github.com>
Co-authored-by: Priyash Shah <[email protected]>
  • Loading branch information
4 people authored Nov 11, 2024
1 parent 981d5a9 commit df45086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "patchwork-cli"
version = "0.0.77"
version = "0.0.78"
description = ""
authors = ["patched.codes"]
license = "AGPL"
Expand Down
2 changes: 2 additions & 0 deletions tests/common/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def test_default_list_option_callback(runner):
DependencyUpgrade
GenerateDocstring
GenerateREADME
GenerateUnitTests
PRReview
ResolveIssue"""
)
Expand All @@ -67,6 +68,7 @@ def test_config_list_option_callback(runner, config_dir, patchflow_file):
DependencyUpgrade
GenerateDocstring
GenerateREADME
GenerateUnitTests
PRReview
ResolveIssue
{name_without_ext}"""
Expand Down

0 comments on commit df45086

Please sign in to comment.