Commit 61db6515 authored by gitlab-ci's avatar gitlab-ci
Browse files

bump: version 0.14.4a1 > 0.14.4

parent d521c2e3
Loading
Loading
Loading
Loading
Loading

changelog/48.improvement.md

deleted100644 → 0
+0 −1
Changes for changelog/48.improvement.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Upgraded to the latest version of pre-commit-hooks

changelog/49.improvement.md

deleted100644 → 0
+0 −1
Changes for changelog/49.improvement.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Added the `--doctest-report ndiff` argument to pytest calls in the template's CI (making them consistent with the `Makefile`)

changelog/50.improvement.md

deleted100644 → 0
+0 −1
Changes for changelog/50.improvement.md: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
Fixed up the template's test conda install workflow to recognise the fact that we use bash throughout better
+9 −0
Changes for docs/changelog.md: 9 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -21,6 +21,15 @@ from the examples given in that link.

<!-- towncrier release notes start -->

## Copier - core python repository v0.14.4 (2025-08-27)

### 🎉 Improvements

- Upgraded to the latest version of pre-commit-hooks ([#48](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/48))
- Added the `--doctest-report ndiff` argument to pytest calls in the template's CI (making them consistent with the `Makefile`) ([#49](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/49))
- Fixed up the template's test conda install workflow to recognise the fact that we use bash throughout better ([#50](https://gitlab.com/openscm/copier-core-python-repository/-/merge_requests/50))


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

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