-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c536ebf
commit d14b37e
Showing
3 changed files
with
12 additions
and
2 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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ in a minimal diff.} | |
%global base_version 0.25.1 | ||
%global prerelease rc1 | ||
|
||
%global package_version %{base_version}%{?prerelease:~%{prerelease}} | ||
%global package_version 0.26.0 | ||
%global pypi_version %{base_version}%{?prerelease} | ||
|
||
|
||
|
@@ -68,6 +68,9 @@ rm -rf specfile.egg-info | |
|
||
|
||
%changelog | ||
* Fri Dec 08 2023 Packit Team <[email protected]> - 0.26.0-1 | ||
- New upstream release 0.26.0 | ||
|
||
* Mon Nov 20 2023 Packit Team <[email protected]> - 0.25.1~rc1-1 | ||
- New upstream release 0.25.1rc1 | ||
|
||
|
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,7 +10,7 @@ in a minimal diff.} | |
%global base_version 0.25.1 | ||
%global prerelease rc1 | ||
|
||
%global package_version %{base_version}%{?prerelease:~%{prerelease}} | ||
%global package_version 0.26.0 | ||
%global pypi_version %{base_version}%{?prerelease} | ||
|
||
|
||
|
@@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml | |
|
||
|
||
%changelog | ||
* Fri Dec 08 2023 Packit Team <[email protected]> - 0.26.0-1 | ||
- New upstream release 0.26.0 | ||
|
||
* Mon Nov 20 2023 Packit Team <[email protected]> - 0.25.1~rc1-1 | ||
- New upstream release 0.25.1rc1 | ||
|
||
|