Skip to content

Commit

Permalink
Bump version v1.3.3 -> v1.3.4 (release.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwilliams committed Nov 11, 2020
1 parent e516dac commit 193ba27
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 @@
v1.3.3
v1.3.4
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def main():
## Don't need this because github automatically creates a source archive when we
## make a new tag. Useful when we have artifacts to upload.
artifacts = build_artifacts(repo_name, new_version)
create_release_and_upload_artifacts("/".join(org_name, repo_name), new_version, artifacts)
create_release_and_upload_artifacts("/".join([org_name, repo_name]), new_version, artifacts)

print("Release (%s) complete. Go enjoy a cold one!" % new_version)

Expand Down

0 comments on commit 193ba27

Please sign in to comment.