diff --git a/.copier-answers.yml b/.copier-answers.yml index 41630fe..cd5b996 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -9,6 +9,6 @@ project_email: blake.naccarato@gmail.com project_name: boilercore project_owner_github_username: softboiler project_owner_name: Blake Naccarato, Kwang Jin Kim -project_version: 2024.1.2 +project_version: 2024.1.3 python_version: '3.11' year_of_project_creation: 2023 diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index b13cc0d..244c12d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -13,10 +13,10 @@ body: id: "latest-version" attributes: label: "Please confirm that this bug affects the latest version" - 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" + 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" options: - required: True - label: "This bug affects version `2024.1.2` of `boilercore`." + label: "This bug affects version `2024.1.3` of `boilercore`." - type: "checkboxes" id: "operating-systems" attributes: diff --git a/.github/issue_template.md b/.github/issue_template.md index b8faac4..8a83faf 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -10,9 +10,9 @@ Please apply the `bug` label ### Please confirm that this bug affects the latest version - + -- [ ] This bug affects version `2024.1.2` of `boilercore`. +- [ ] This bug affects version `2024.1.3` of `boilercore`. ### Please indicate which operating system(s) you are using diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ccddc..c8d2554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) +## [2024.1.3](https://github.com/softboiler/boilercore/tree/2024.1.3) + +### Changes + +- Sign releases from now on +- Generate model function for all supported Python versions + ## [2024.1.2](https://github.com/softboiler/boilercore/tree/2024.1.2) ### Changes diff --git a/changelog/+7a776c.change.md b/changelog/+7a776c.change.md deleted file mode 100644 index 4921917..0000000 --- a/changelog/+7a776c.change.md +++ /dev/null @@ -1 +0,0 @@ -Generate model function for all supported Python versions diff --git a/pyproject.toml b/pyproject.toml index 0201554..25c392e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "boilercore" -version = "2024.1.2" +version = "2024.1.3" description = "Common functionality of boiler repositories" readme = "README.md" license = { file = "LICENSE" }