Skip to content

Commit

Permalink
4.8.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jasongrout committed Oct 26, 2021
1 parent 0609690 commit 1000303
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changes in jupyter-core
4.8
---

4.8.2
~~~~~
`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.8.2>`__

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.

- Fix windows test regression (:ghpull:`240`)

4.8.0
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion jupyter_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'serial'
])

version_info = VersionInfo(4, 8, 0, 'final', 0)
version_info = VersionInfo(4, 8, 2, 'final', 0)

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

Expand Down

0 comments on commit 1000303

Please sign in to comment.