Skip to content

Commit

Permalink
Merge pull request #56 from softboiler/55-specify-calver-without-lead…
Browse files Browse the repository at this point in the history
…ing-zeros-since-pypi-normalizes-those-away-anyways

Specify CalVer without leading zeros since PyPI normalizes those away anyways
  • Loading branch information
blakeNaccarato authored Jul 1, 2024
2 parents c23740d + 2163a82 commit a79bcac
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ project_email: [email protected]
project_name: boilercore
project_owner_github_username: softboiler
project_owner_name: Blake Naccarato, Kwang Jin Kim
project_version: 2024.01.01
project_version: 2024.1.2
python_version: '3.11'
year_of_project_creation: 2023
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.01.01` 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.2` and checking that the bug is still there"
options:
- required: True
label: "This bug affects version `2024.01.01` of `boilercore`."
label: "This bug affects version `2024.1.2` of `boilercore`."
- type: "checkboxes"
id: "operating-systems"
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Please apply the `bug` label

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

<!-- Please verify the issue is present in the latest version by installing it with `pip install boilercore==2024.01.01` and checking that the bug is still there #} -->
<!-- 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 #} -->

- [ ] This bug affects version `2024.01.01` of `boilercore`.
- [ ] This bug affects version `2024.1.2` of `boilercore`.

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

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)

<!-- towncrier release notes start -->

## [2024.1.2](https://github.com/softboiler/boilercore/tree/2024.1.2)

### Changes

- Specify CalVer without leading zeros since PyPI normalizes those away anyways([#55](https://github.com/softboiler/boilercore/issues/55))

## [2024.01.01](https://github.com/softboiler/boilercore/tree/2024.01.01)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "boilercore"
version = "2024.01.01"
version = "2024.1.2"
description = "Common functionality of boiler repositories"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit a79bcac

Please sign in to comment.