Skip to content

Commit

Permalink
Release 0.28.0 (#354)
Browse files Browse the repository at this point in the history
Release 0.28.0

Reviewed-by: Nikola Forró
  • Loading branch information
softwarefactory-project-zuul[bot] authored Mar 17, 2024
2 parents deb5532 + 353d7b1 commit cdf06f2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.28.0

- A trailing newline is no longer added to spec files without one upon saving. (#353)

# 0.27.0

- Improved handling of commented-out macro definitions and fixed related logic in `Specfile.update_value()`. (#338)
Expand Down
5 changes: 4 additions & 1 deletion epel8/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}


%global base_version 0.27.0
%global base_version 0.28.0
#global prerelease rc1

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


%changelog
* Sun Mar 17 2024 Packit Team <[email protected]> - 0.28.0-1
- New upstream release 0.28.0

* Fri Jan 19 2024 Packit Team <[email protected]> - 0.27.0-1
- New upstream release 0.27.0

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


%global base_version 0.27.0
%global base_version 0.28.0
#global prerelease rc1

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


%changelog
* Sun Mar 17 2024 Packit Team <[email protected]> - 0.28.0-1
- New upstream release 0.28.0

* Fri Jan 19 2024 Packit Team <[email protected]> - 0.27.0-1
- New upstream release 0.27.0

Expand Down

0 comments on commit cdf06f2

Please sign in to comment.