Skip to content

Commit e4a5646

Browse files
2024.1.3
1 parent 14a0cb1 commit e4a5646

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ project_email: blake.naccarato@gmail.com
99
project_name: boilercore
1010
project_owner_github_username: softboiler
1111
project_owner_name: Blake Naccarato, Kwang Jin Kim
12-
project_version: 2024.1.2
12+
project_version: 2024.1.3
1313
python_version: '3.11'
1414
year_of_project_creation: 2023

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ body:
1313
id: "latest-version"
1414
attributes:
1515
label: "Please confirm that this bug affects the latest version"
16-
description: "Please verify the issue is present in the latest version by installing it with `pip install boilercore==2024.1.2` and checking that the bug is still there"
16+
description: "Please verify the issue is present in the latest version by installing it with `pip install boilercore==2024.1.3` and checking that the bug is still there"
1717
options:
1818
- required: True
19-
label: "This bug affects version `2024.1.2` of `boilercore`."
19+
label: "This bug affects version `2024.1.3` of `boilercore`."
2020
- type: "checkboxes"
2121
id: "operating-systems"
2222
attributes:

.github/issue_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Please apply the `bug` label
1010

1111
### Please confirm that this bug affects the latest version
1212

13-
<!-- Please verify the issue is present in the latest version by installing it with `pip install boilercore==2024.1.2` and checking that the bug is still there #} -->
13+
<!-- Please verify the issue is present in the latest version by installing it with `pip install boilercore==2024.1.3` and checking that the bug is still there #} -->
1414

15-
- [ ] This bug affects version `2024.1.2` of `boilercore`.
15+
- [ ] This bug affects version `2024.1.3` of `boilercore`.
1616

1717
### Please indicate which operating system(s) you are using
1818

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1414

1515
<!-- towncrier release notes start -->
1616

17+
## [2024.1.3](https://github.com/softboiler/boilercore/tree/2024.1.3)
18+
19+
### Changes
20+
21+
- Sign releases from now on
22+
- Generate model function for all supported Python versions
23+
1724
## [2024.1.2](https://github.com/softboiler/boilercore/tree/2024.1.2)
1825

1926
### Changes

changelog/+7a776c.change.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "boilercore"
7-
version = "2024.1.2"
7+
version = "2024.1.3"
88
description = "Common functionality of boiler repositories"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)