Skip to content

Commit

Permalink
Verion bump to 1.2.5 and CD trigger edit
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sd-watson committed Jun 15, 2022
1 parent 553c54a commit 16f7a26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
release:
types:
- "published"
- "edited"
- "released"
jobs:
pypi_publish:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@

- Fixes to PyPi publish (CD)
- Edits to README to match PyPi

## Version 1.2.5, 15-06-22

- Minor fixes to publish (CD) behaviour for PyPi: publish only on published releases
2 changes: 1 addition & 1 deletion fastafurious/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_program = "fastafurious"
__version__ = "1.2.4"
__version__ = "1.2.5"

import argparse
import re
Expand Down

0 comments on commit 16f7a26

Please sign in to comment.