forked from kraina-ai/srai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version 0.6.2 -> 0.6.3 (#8)
- Loading branch information
1 parent
4da78b2
commit 82424db
Showing
5 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
token: ${{ secrets.CICD_PAT_TOKEN }} | ||
- name: Configure Git user | ||
run: | | ||
git config --local user.name "Kraina CI/CD" | ||
git config --local user.email "[email protected]" | ||
- name: Extract release notes | ||
id: extract-release-notes | ||
uses: ffurrer2/extract-release-notes@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "srai" | ||
version = "0.6.2" | ||
version = "0.6.3" | ||
description = "A set of python modules for geospatial machine learning and data mining" | ||
authors = [ | ||
{ name = "Piotr Gramacki", email = "[email protected]" }, | ||
|
@@ -183,7 +183,7 @@ close-quotes-on-newline = true | |
wrap-one-line = true | ||
|
||
[tool.bumpver] | ||
current_version = "0.6.2" | ||
current_version = "0.6.3" | ||
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" | ||
commit_message = "chore: bump version {old_version} -> {new_version}" | ||
commit = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
for complete documentation. | ||
""" | ||
|
||
__version__ = "0.6.2" | ||
__version__ = "0.6.3" |