We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3490ccc commit 1bf9a03Copy full SHA for 1bf9a03
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
<!--next-version-placeholder-->
2
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
9
## v0.14.5 (2024-08-22)
10
11
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hyperfast-python-template"
-version = "0.14.5"
+version = "0.14.6"
description = "A python template that helps you jump start your project"
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
license = "MIT"
src/hyperfastpy/_version.py
@@ -1 +1 @@
-__version__ = "0.14.5"
+__version__ = "0.14.6"
0 commit comments