diff --git a/.cookiecutter.json b/.cookiecutter.json index dbbc073..1cf82b8 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "050046cb5a132c7932575d76dc71825d33b73318", + "_commit": "f513255bdee8595d2507fb6515795e2b6bf8b362", "_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 001b43b..b5c0fe3 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "050046cb5a132c7932575d76dc71825d33b73318", + "commit": "f513255bdee8595d2507fb6515795e2b6bf8b362", "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": "050046cb5a132c7932575d76dc71825d33b73318" + "_commit": "f513255bdee8595d2507fb6515795e2b6bf8b362" } }, "directory": null diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 77d6e33..3dd5c87 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -72,7 +72,7 @@ jobs: env: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_TOKEN }} - run: uvx nox -s publish-python -- --repository testpypi + run: uvx nox -s publish-python -- --index testpypi publish_pypi_and_github: name: Publish to Production PyPI and GitHub diff --git a/CHANGELOG.md b/CHANGELOG.md index d4d6387..5611b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.6.0 (2025-07-18) + ## v0.5.0 (2025-07-18) ## v0.4.0 (2025-07-18) diff --git a/pyproject.toml b/pyproject.toml index 632d00e..055cc6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.5.0" +version = "0.6.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" },