Skip to content

Commit

Permalink
Release 0.25.0 (#319)
Browse files Browse the repository at this point in the history
Release 0.25.0

Update the changelog and the specfile for release 0.25.0.

Reviewed-by: Nikola Forró
  • Loading branch information
softwarefactory-project-zuul[bot] authored Nov 20, 2023
2 parents 2efab96 + 4294b93 commit 78f50b4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.25.0

- There is a new method, `Specfile.update_version()`, that allows updating spec file version even if it is a pre-release. (#317)

# 0.24.1rc2

- Second pre-release for testing Packit support.
Expand Down
7 changes: 5 additions & 2 deletions epel8/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}


%global base_version 0.24.1
%global prerelease rc2
%global base_version 0.25.0
#global prerelease rc2

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
%global pypi_version %{base_version}%{?prerelease}
Expand Down Expand Up @@ -68,6 +68,9 @@ rm -rf specfile.egg-info


%changelog
* Mon Nov 20 2023 Packit Team <[email protected]> - 0.25.0-1
- New upstream release 0.25.0

* Tue Nov 14 2023 Nikola Forró <[email protected]> - 0.24.1~rc2-1
- New upstream release 0.24.1rc2

Expand Down
7 changes: 5 additions & 2 deletions fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}


%global base_version 0.24.1
%global prerelease rc2
%global base_version 0.25.0
#global prerelease rc2

%global package_version %{base_version}%{?prerelease:~%{prerelease}}
%global pypi_version %{base_version}%{?prerelease}
Expand Down Expand Up @@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml


%changelog
* Mon Nov 20 2023 Packit Team <[email protected]> - 0.25.0-1
- New upstream release 0.25.0

* Tue Nov 14 2023 Nikola Forró <[email protected]> - 0.24.1~rc2-1
- New upstream release 0.24.1rc2

Expand Down

0 comments on commit 78f50b4

Please sign in to comment.