Skip to content

Commit

Permalink
Updates VERSION: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gremid committed Oct 1, 2024
1 parent 8530b9a commit 6304290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.2.0
2 changes: 1 addition & 1 deletion scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ subprocess.check_call(["git", "add", "VERSION"], cwd=project_dir)
subprocess.check_call(
["git", "commit", "-m", f"Updates VERSION: {version}"], cwd=project_dir
)
subprocess.check_call(["git", "tag", version], cwd=project_dir)
subprocess.check_call(["git", "tag", f"v{version}"], cwd=project_dir)

# manually push commit and tags

0 comments on commit 6304290

Please sign in to comment.