Skip to content

Commit 1000303

Browse files
committed
4.8.2
jupyter_core 4.8.1 was released the same day as 4.8.0 and also included a fix for the Windows tests. Unfortunately, the 4.8.1 release commit and tag were not pushed to GitHub. We are releasing 4.8.2 so we have a commit and tag in version control. dist/jupyter_core-4.8.2-py3-none-any.whl md5: eacbe923315a1b8600ac03e31967bb42 sha1: d57065c652d6c028249ab79f11c57e466ff7a3b7 sha256: b2f400d6688713b08b44f3365b957d098de2728b36686f80baa92c553f5d1f35 dist/jupyter_core-4.8.2.tar.gz md5: c923e6cafc0811796b60b75ff2e7ee51 sha1: 706d195045eb043a2395f237cd9efd98f5ba6a69 sha256: 5f1ab474aad277271fefc1fb524fdb782482946e1deea331101988a56a8ea415
1 parent 0609690 commit 1000303

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Changes in jupyter-core
44
4.8
55
---
66

7+
4.8.2
8+
~~~~~
9+
`on
10+
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.8.2>`__
11+
12+
jupyter_core 4.8.1 was released the same day as 4.8.0 and also included the fix below for the Windows tests. Unfortunately, the 4.8.1 release commit and tag were not pushed to GitHub. We are releasing 4.8.2 so we have a commit and tag in version control.
13+
14+
- Fix windows test regression (:ghpull:`240`)
15+
716
4.8.0
817
~~~~~
918

jupyter_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'serial'
1212
])
1313

14-
version_info = VersionInfo(4, 8, 0, 'final', 0)
14+
version_info = VersionInfo(4, 8, 2, 'final', 0)
1515

1616
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': '', 'dev': 'dev'}
1717

0 commit comments

Comments
 (0)