jupyter/jupyter_core

4.8.1:missing git tag

kloczek opened this issue · 3 comments

Yeah looks like https://pypi.org/project/jupyter-core/ points on 4.8.1 but here there is git tag.

Indeed, it looks like I forgot to push the tag and the commit for the release. IIRC, 4.8.0 had a problem with uploading the release, so I bumped the version and released 4.8.1 right away, but then apparently did not push the changes to github, which I should have done. Unfortunately, I deleted that copy of the repo when I released 4.9.0rc0.

4.9.0 has been in RC phase for a while, and I was going to release it about a week ago. I'll look into releasing it today.

Ah, here is what happened. When building the conda-forge package to 4.8.0, we ran into this problem on Windows: #239

It was fixed in #240, and then I released 4.8.1. Unfortunately, I did not push the release commit or tag to GitHub.

I've released 4.8.2 with the same commits as in 4.8.1, but this time with a tag: https://github.com/jupyter/jupyter_core/releases/tag/4.8.2

I think this fixes things as best as we can. People now have a latest 4.8.x release that points to a specific commit in the codebase. I'll also release 4.9.0 soon.

Thanks for filing this issue.