Skip to content

Commit 15fb27e

Browse files
chore(main): release 0.9.1 (#68)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e7961c commit 15fb27e

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.0"
2+
".": "0.9.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.9.1](https://github.com/gemmadanks/python-project-template/compare/v0.9.0...v0.9.1) (2025-12-10)
4+
5+
6+
### 📚 Documentation
7+
8+
* update README with additional setup instructions ([#69](https://github.com/gemmadanks/python-project-template/issues/69)) ([5e7961c](https://github.com/gemmadanks/python-project-template/commit/5e7961c83cc8ed17af0931a3c3ba0aa3dd105dac))
9+
10+
11+
### 📦 Build
12+
13+
* **deps:** bump pytest from 9.0.1 to 9.0.2 ([#67](https://github.com/gemmadanks/python-project-template/issues/67)) ([d469f04](https://github.com/gemmadanks/python-project-template/commit/d469f047455fe64fd4a9f7d97f7c691e8476122b))
14+
315
## [0.9.0](https://github.com/gemmadanks/python-project-template/compare/v0.8.5...v0.9.0) (2025-12-08)
416

517

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.2.0
22
message: If you use python-project-template in your research, please cite it as below.
33
title: 'Python Project Template: For initialising a Python package.'
4-
version: 0.9.0
4+
version: 0.9.1
55
date-released: '2025-10-26'
66
authors:
77
- family-names: Danks

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "package_name"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "A python package."
55
authors = [
66
{name = "Your Name",email = "you@example.com"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)