Commit 39ff9806 authored by gitlab-ci's avatar gitlab-ci
Browse files

bump: version 0.14.3a1 > 0.14.3

parent ca9ff3e6
Loading
Loading
Loading
Loading
Loading

changelog/46.improvement.md

deleted100644 → 0
+0 −1
Changes for changelog/46.improvement.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Added BSD-3-Clause with two hyphens and python software foundation 2.0 via the abbreviation "psf-2.0" to the template's list of authorised licences

changelog/47.fix.md

deleted100644 → 0
+0 −1
Changes for changelog/47.fix.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Fixed print conda pins script to handle more complex cases
+11 −0
Changes for docs/changelog.md: 11 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -21,6 +21,17 @@ from the examples given in that link.

<!-- towncrier release notes start -->

## Copier - core python repository v0.14.3 (2025-08-10)

### 🎉 Improvements

- Added BSD-3-Clause with two hyphens and python software foundation 2.0 via the abbreviation "psf-2.0" to the template's list of authorised licences ([#46](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/46))

### 🐛 Bug Fixes

- Fixed print conda pins script to handle more complex cases ([#47](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/47))


## Copier - core python repository v0.14.2 (2025-08-09)

### 🐛 Bug Fixes
+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.14.3a1"
version = "0.14.3"
description = "Copier template for core python repositories"
authors = [
    {name = "Zebedee Nicholls", email = "zebedee.nicholls@climate-energy-college.org"},