Skip to content
Merged

Dev #20

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: stefanzweifel/git-auto-commit-action@v5
with:
token: ${{ secrets.GH_ACTIONS_PAT }} # Use the PAT for authentication
commit_message: "Update CHANGELOG for release ${{ steps.gitversion.outputs.semVer }}"
file_pattern: "CHANGELOG.md"

Expand Down Expand Up @@ -105,7 +104,6 @@ jobs:
- name: Commit Updated pyproject.toml
uses: stefanzweifel/git-auto-commit-action@v5
with:
token: ${{ secrets.GH_ACTIONS_PAT }} # Use the PAT for authentication
commit_message: "Update pyproject.toml for release ${{ steps.gitversion.outputs.semVer }}"
file_pattern: "pyproject.toml"

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "xurrent"
version = "0.4.0-preview.208"
version = "0.4.0-preview.216"
authors = [
{ name="Fabian Steiner", email="fabian@stei-ner.net" },
]
Expand All @@ -18,7 +18,7 @@ Homepage = "https://github.com/fasteiner/xurrent-python"
Issues = "https://github.com/fasteiner/xurrent-python/issues"
[tool.poetry]
name = "xurrent"
version = "0.4.0-preview.208"
version = "0.4.0-preview.216"
description = "A python module to interact with the Xurrent API."
authors = ["Ing. Fabian Franz Steiner BSc. <fabian.steiner@tttech.com>"]
readme = "README.md"
Expand Down