jupyterhub / jupyter-server-proxy

Jupyter notebook server extension to proxy web services.
https://jupyter-server-proxy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
347 stars 148 forks source link

Fix failure to update __version__ #481

Closed consideRatio closed 2 months ago

consideRatio commented 2 months ago

During our release process, the _version.py file wasn't updated as it should been so when inspecting __version__ we actually just got 4.1.1-0.dev in the released package where we expected 4.2.0.

consideRatio commented 2 months ago

Tests are unrelated and failing in main branch, I'm self merging this minor fix.