Skip to content

Commit

Permalink
chore: bump version to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 3, 2023
1 parent 0bc5c3e commit 119dc50
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.6.3 (2023-11-03)

### Refactor

- improve type hint

### Perf

- **models**: optimize `Unit.symbol`
- **models**: optimize `Measurement.__format__()`

## 1.6.2 (2023-08-06)

## 1.6.1 (2023-08-06)
Expand Down
2 changes: 1 addition & 1 deletion peprock/_version/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import typing

__version__: typing.Final[str] = "1.6.2"
__version__: typing.Final[str] = "1.6.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bump_message = "chore: bump version to $new_version"
changelog_incremental = true
update_changelog_on_bump = true
version = "1.6.2"
version = "1.6.3"
version_files = [
"peprock/_version/__init__.py",
"pyproject.toml",
Expand Down Expand Up @@ -37,7 +37,7 @@ warn_unreachable = true

[tool.poetry]
name = "peprock"
version = "1.6.2"
version = "1.6.3"
description = "Foundational Python library"
license = "MIT"
authors = [
Expand Down

0 comments on commit 119dc50

Please sign in to comment.