Skip to content

Commit 189c6f3

Browse files
author
Paige Gulley
committed
release v1.3.1
1 parent 02cbd65 commit 189c6f3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
name: python-package-distributions
7272
path: dist/
7373
- name: Sign the dists with Sigstore
74-
uses: sigstore/gh-action-sigstore-python@v2.1.1
74+
uses: sigstore/gh-action-sigstore-python@v3.0.0
7575
with:
7676
inputs: >-
7777
./dist/*.tar.gz

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Version History
44
Version 1
55
---------
66

7+
### V1.3.1
8+
* Fix CI Bug from out-of-date dependency
9+
710
### V1.3.0
811
* Add option to optionally override canonical_domain
912

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "mediacloud-metadata"
7-
version = "1.3.0"
7+
version = "1.3."
88
authors = [
99
{name='Rahul Bhargava', email='[email protected]'}
1010
]

0 commit comments

Comments
 (0)