Skip to content

Commit

Permalink
release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paige Gulley committed Dec 3, 2024
1 parent 02cbd65 commit 189c6f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v2.1.1
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: >-
./dist/*.tar.gz
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Version History
Version 1
---------

### V1.3.1
* Fix CI Bug from out-of-date dependency

### V1.3.0
* Add option to optionally override canonical_domain

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "mediacloud-metadata"
version = "1.3.0"
version = "1.3."
authors = [
{name='Rahul Bhargava', email='[email protected]'}
]
Expand Down

0 comments on commit 189c6f3

Please sign in to comment.