diff --git a/.cookiecutter.json b/.cookiecutter.json index 1228b53..ea76a00 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "30f78cfcb3d3061ae70028ef40cbe37019b706f2", + "_commit": "38682dce48e39cbc1a69aa8e6d62d7e23750b1e5", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", "add_rust_extension": false, "author": "Kyle Oliver", diff --git a/.cruft.json b/.cruft.json index ba202f3..597b540 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "30f78cfcb3d3061ae70028ef40cbe37019b706f2", + "commit": "38682dce48e39cbc1a69aa8e6d62d7e23750b1e5", "checkout": null, "context": { "cookiecutter": { @@ -18,7 +18,7 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "30f78cfcb3d3061ae70028ef40cbe37019b706f2" + "_commit": "38682dce48e39cbc1a69aa8e6d62d7e23750b1e5" } }, "directory": null diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index e2f016f..ed72257 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -111,4 +111,4 @@ jobs: - name: Publish to GitHub env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: gh release upload ${{ needs.build_and_testpypi.outputs.tag }} dist/* + run: gh release upload ${{ needs.build_and_testpypi.outputs.tag }} dist/* --clobber --draft diff --git a/CHANGELOG.md b/CHANGELOG.md index 2782734..f6adaf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.13.0 (2025-07-18) + ## v0.12.0 (2025-07-18) ## v0.11.0 (2025-07-18) diff --git a/pyproject.toml b/pyproject.toml index 33f077c..8e576ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.12.0" +version = "0.13.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },