Skip to content

Commit e8b0fd9

Browse files
committed
Publish 3.0.0rc0
SHA256 hashes: jupyter_kernel_gateway-3.0.0rc0-py3-none-any.whl: 04f9880cfe69279f44568f4dae0218345d151ecdb46a8e4a987708b105ab270c jupyter_kernel_gateway-3.0.0rc0.tar.gz: fbba1332d087e8ced9329b9310b28d85a75ac315ce4cf3925d5081e5493dcd84
1 parent bdd9758 commit e8b0fd9

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

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

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

5+
## 3.0.0rc0
6+
7+
([Full Changelog](https://github.com/jupyter-server/kernel_gateway/compare/2.5.2...bdd97581cd449e11b1efbf8d5cc0b19bfaf17559))
8+
9+
### Enhancements made
10+
11+
- update workflows to point at main [#387](https://github.com/jupyter-server/kernel_gateway/pull/387) ([@Zsailer](https://github.com/Zsailer))
12+
- Use jupyter server as base provider [#384](https://github.com/jupyter-server/kernel_gateway/pull/384) ([@kevin-bates](https://github.com/kevin-bates))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Update GitHub Actions and Prep for Release [#394](https://github.com/jupyter-server/kernel_gateway/pull/394) ([@blink1073](https://github.com/blink1073))
17+
- Add formatting and lint config [#392](https://github.com/jupyter-server/kernel_gateway/pull/392) ([@blink1073](https://github.com/blink1073))
18+
- Apply auto-formatters [#391](https://github.com/jupyter-server/kernel_gateway/pull/391) ([@blink1073](https://github.com/blink1073))
19+
- Clean up packaging and add py312 support [#389](https://github.com/jupyter-server/kernel_gateway/pull/389) ([@blink1073](https://github.com/blink1073))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/jupyter-server/kernel_gateway/graphs/contributors?from=2023-02-06&to=2024-01-29&type=c))
24+
25+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fkernel_gateway+involves%3Ablink1073+updated%3A2023-02-06..2024-01-29&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fkernel_gateway+involves%3Acodecov+updated%3A2023-02-06..2024-01-29&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyter-server%2Fkernel_gateway+involves%3Aecharles+updated%3A2023-02-06..2024-01-29&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter-server%2Fkernel_gateway+involves%3Akevin-bates+updated%3A2023-02-06..2024-01-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fkernel_gateway+involves%3Apre-commit-ci+updated%3A2023-02-06..2024-01-29&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fkernel_gateway+involves%3Awelcome+updated%3A2023-02-06..2024-01-29&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fkernel_gateway+involves%3AZsailer+updated%3A2023-02-06..2024-01-29&type=Issues)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 2.5.0 (2020-04-19)
630

731
([Full Changelog](https://github.com/jupyter/kernel_gateway/compare/2.4.3...50b26c553d7eaf6556b1ea9fd8f424388ebb2e94))
@@ -21,8 +45,6 @@
2145

2246
[@bgerrity](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Abgerrity+updated%3A2020-08-18..2021-04-19&type=Issues) | [@dolfinus](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Adolfinus+updated%3A2020-08-18..2021-04-19&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Akevin-bates+updated%3A2020-08-18..2021-04-19&type=Issues) | [@mwouts](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Amwouts+updated%3A2020-08-18..2021-04-19&type=Issues) | [@willingc](https://github.com/search?q=repo%3Ajupyter%2Fkernel_gateway+involves%3Awillingc+updated%3A2020-08-18..2021-04-19&type=Issues)
2347

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2648
## 2.4.3 (2020-08-18)
2749

2850
- [PR-340](https://github.com/jupyter/kernel_gateway/pull/340) enable ssl_version as a JKG config option

kernel_gateway/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import List
88

99
# Version string must appear intact for automatic versioning
10-
__version__ = "2.6.0.dev0"
10+
__version__ = "3.0.0rc0"
1111

1212
# Build up version_info tuple for backwards compatibility
1313
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

0 commit comments

Comments
 (0)