Skip to content

Commit 1bf9a03

Browse files
semantic-releaseactions-user
authored andcommitted
chore(release): 🚀 0.14.6 [skip ci]
Automatically generated by python-semantic-release
1 parent 3490ccc commit 1bf9a03

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<!--next-version-placeholder-->
22

3+
## v0.14.6 (2024-10-07)
4+
5+
### Fix
6+
7+
* **requirements:** Upgrade jupyter-book to 1.0.3 (✨add Launch in Deepnote button setting) ([`75330f6`](https://github.com/entelecheia/hyperfast-python-template/commit/75330f65a1a89a8c4e28d936829a715882d8c2f6))
8+
39
## v0.14.5 (2024-08-22)
410

511
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hyperfast-python-template"
3-
version = "0.14.5"
3+
version = "0.14.6"
44
description = "A python template that helps you jump start your project"
55
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
66
license = "MIT"

src/hyperfastpy/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.5"
1+
__version__ = "0.14.6"

0 commit comments

Comments
 (0)