Commit c9134b7c authored by gitlab-ci's avatar gitlab-ci
Browse files

bump: version 0.15.0.post1 > 0.15.1

parent 10d76156
Loading
Loading
Loading
Loading
Loading

changelog/57.fix.md

deleted100644 → 0
+0 −5
Changes for changelog/57.fix.md: 0 added lines, 5 removed lines.
Original line number Diff line number Diff line
- Fixed the template's doc stubs generation script
- Fixed the template's `Makefile` `ruff-fixes` target
- Fixed the template's copyright statement in the docs
- Fixed the template's coverage configuration in `pyproject.toml`
- Fixed the template's `scripts/print-conda-recipe-pins.py`
+13 −0
Changes for docs/changelog.md: 13 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -21,6 +21,19 @@ from the examples given in that link.

<!-- towncrier release notes start -->

## Copier - core python repository v0.15.1 (2026-05-28)

### 🐛 Bug Fixes

- - Fixed the template's doc stubs generation script
  - Fixed the template's `Makefile` `ruff-fixes` target
  - Fixed the template's copyright statement in the docs
  - Fixed the template's coverage configuration in `pyproject.toml`
  - Fixed the template's `scripts/print-conda-recipe-pins.py`

  ([#57](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/57))


## Copier - core python repository v0.15.0 (2026-05-26)

### ⚠️ Breaking Changes
+1 −1
Changes for pyproject.toml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
[project]
name = "copier-core-python-repository"
version = "0.15.0.post1"
version = "0.15.1"
description = "Copier template for core python repositories"
authors = [
    {name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org"},
+1 −1
Changes for uv.lock: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ wheels = [

[[package]]
name = "copier-core-python-repository"
version = "0.15.0.post1"
version = "0.15.1"
source = { virtual = "." }

[package.dev-dependencies]