Skip to content

Commit

Permalink
Merge pull request #271 from duckinator/fix-release
Browse files Browse the repository at this point in the history
Fix release task condition; bump version to v8.0.1.
  • Loading branch information
duckinator committed Feb 27, 2024
2 parents cf05d22 + 882ef70 commit bf9be9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ success_task:

# If the `version` file is modified on the main branch, make a release.
Release_task:
only_if: "changesInclude('version') && $BRANCH == 'main' && $CIRRUS_CRON == ''"
only_if: "changesInclude('emanate/version.py') && $BRANCH == 'main' && $CIRRUS_CRON == ''"
depends_on: [CI success]
env:
TWINE_USERNAME: "__token__"
Expand Down
2 changes: 1 addition & 1 deletion emanate/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file should only ever be modified to change the version.
# This will automatically prepare and create a release.

__version__ = "8.0.0"
__version__ = "8.0.1"

0 comments on commit bf9be9b

Please sign in to comment.