Skip to content

Commit 035bf11

Browse files
committed
Release 4.11.0
1 parent 45aa28b commit 035bf11

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changes in jupyter-core
22
=======================
33

4+
4.11
5+
----
6+
7+
4.11.0
8+
~~~~~~
9+
10+
`on
11+
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.11.0>`__
12+
13+
* Use hatch build backend. (:ghpull:`265`)
14+
* ``is_hidden``: Use normalized paths. (:ghpull:`271`)
15+
416
4.10
517
----
618

jupyter_core/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
VersionInfo = namedtuple("VersionInfo", ["major", "minor", "micro", "releaselevel", "serial"])
77

8-
version_info = VersionInfo(4, 10, 0, "final", 0)
9-
__version__ = "4.10.0"
8+
version_info = VersionInfo(4, 11, 0, "final", 0)
9+
__version__ = "4.11.0"
1010

1111
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": "", "dev": "dev"}
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=0.25"]
2+
requires = ["hatchling>=1.0"]
33
build-backend = "hatchling.build"
44

55
[project]

0 commit comments

Comments
 (0)