Skip to content

Commit 4e4228d

Browse files
authored
Revert "Publish 0.2.0" (#20)
* Revert "Publish 0.2.0" This reverts commit b4db400. * Revert 0.2.0 changelog entry
1 parent b4db400 commit 4e4228d

File tree

3 files changed

+5
-24
lines changed

3 files changed

+5
-24
lines changed

CHANGELOG.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,6 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5-
## 0.2.0
6-
7-
([Full Changelog](https://github.com/jupyter/notebook_shim/compare/v0.1.0...9eb8fe4cc6cd410bf92c5af9cb330284f0d004c2))
8-
9-
### Enhancements made
10-
11-
- raise ceiling on jupyter_server dependency to < 3 [#12](https://github.com/jupyter/notebook_shim/pull/12) ([@Zsailer](https://github.com/Zsailer))
12-
13-
### Maintenance and upkeep improvements
14-
15-
- remove dev version [#15](https://github.com/jupyter/notebook_shim/pull/15) ([@Zsailer](https://github.com/Zsailer))
16-
- switch to hatch build backend [#14](https://github.com/jupyter/notebook_shim/pull/14) ([@Zsailer](https://github.com/Zsailer))
17-
18-
### Contributors to this release
19-
20-
([GitHub contributors page for this release](https://github.com/jupyter/notebook_shim/graphs/contributors?from=2022-02-10&to=2022-09-12&type=c))
21-
22-
[@Zsailer](https://github.com/search?q=repo%3Ajupyter%2Fnotebook_shim+involves%3AZsailer+updated%3A2022-02-10..2022-09-12&type=Issues)
23-
24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
265
## 0.1.0
276

287
([Full Changelog](https://github.com/jupyterlab/notebook_shim/compare/first-commit...5b433fa298f741c7d71c9a3e7e85f17b2207300f))
@@ -45,3 +24,5 @@
4524
([GitHub contributors page for this release](https://github.com/jupyterlab/notebook_shim/graphs/contributors?from=2022-01-19&to=2022-02-10&type=c))
4625

4726
[@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fnotebook_shim+involves%3Ajtpio+updated%3A2022-01-19..2022-02-10&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fnotebook_shim+involves%3Awelcome+updated%3A2022-01-19..2022-02-10&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fnotebook_shim+involves%3AZsailer+updated%3A2022-01-19..2022-02-10&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->

notebook_shim/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 2, 0, "", "")
2-
__version__ = "0.2.0"
1+
version_info = (0, 1, 0, "", "")
2+
__version__ = "0.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test = [
4242
path = "notebook_shim/_version.py"
4343

4444
[tool.tbump.version]
45-
current = "0.2.0"
45+
current = "0.1.0"
4646
regex = '''
4747
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4848
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)