Skip to content

Commit 0d2cd67

Browse files
committed
Publish 3.0.0
SHA256 hashes: jupyter_kernel_gateway-3.0.0-py3-none-any.whl: 4f716dedcfd68f4a2ce25749d12c501e7afe3c9adb74c76252d9edf64ab3761e jupyter_kernel_gateway-3.0.0.tar.gz: f6f52468a24900a19336125edc4d5ae39f0b15e595561f1200b7a1e71fea5494
1 parent 8c4ac00 commit 0d2cd67

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

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

5+
## 3.0.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/kernel_gateway/compare/v3.0.0rc1))
8+
9+
### Contributors to this release
10+
11+
([GitHub contributors page for this release](https://github.com/jupyter-server/kernel_gateway/graphs/contributors?from=2024-01-29&to=2024-02-06&type=c))
12+
13+
<!-- <END NEW CHANGELOG ENTRY> -->
14+
515
## 3.0.0rc1
616

717
([Full Changelog](https://github.com/jupyter-server/kernel_gateway/compare/v3.0.0rc0...f88571d721e3d6270351e352063a2a8685bf1682))
@@ -16,8 +26,6 @@
1626

1727
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fkernel_gateway+involves%3Ablink1073+updated%3A2024-01-29..2024-01-29&type=Issues)
1828

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2129
## 3.0.0rc0
2230

2331
([Full Changelog](https://github.com/jupyter-server/kernel_gateway/compare/2.5.2...bdd97581cd449e11b1efbf8d5cc0b19bfaf17559))

kernel_gateway/_version.py

+1-1
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__ = "3.0.0rc1"
10+
__version__ = "3.0.0"
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)