File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 6.18.2
6
+
7
+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.18.1...a38167b1c689130df231fa77d712827bc75a8ba6 ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - Configurables needs to be configurable [ #1037 ] ( https://github.com/ipython/ipykernel/pull/1037 ) ([ @Carreau ] ( https://github.com/Carreau ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2022-11-28&to=2022-11-29&type=c ) )
18
+
19
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-28..2022-11-29&type=Issues ) | [ @Carreau ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2022-11-28..2022-11-29&type=Issues ) | [ @fperez ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Afperez+updated%3A2022-11-28..2022-11-29&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-28..2022-11-29&type=Issues )
20
+
21
+ <!-- <END NEW CHANGELOG ENTRY> -->
22
+
5
23
## 6.18.1
6
24
7
25
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.18.0...252c406a82fb9bab4071bfbc287b7a24a51752d8 ) )
26
44
27
45
[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2022-11-21..2022-11-28&type=Issues ) | [ @maartenbreddels ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Amaartenbreddels+updated%3A2022-11-21..2022-11-28&type=Issues ) | [ @martinRenou ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AmartinRenou+updated%3A2022-11-21..2022-11-28&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2022-11-21..2022-11-28&type=Issues )
28
46
29
- <!-- <END NEW CHANGELOG ENTRY> -->
30
-
31
47
## 6.18.0
32
48
33
49
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.17.1...ce0b6c296bc19223d426892657878f28af0ec206 ) )
Original file line number Diff line number Diff line change 5
5
from typing import List
6
6
7
7
# Version string must appear intact for hatch versioning
8
- __version__ = "6.18.1 "
8
+ __version__ = "6.18.2 "
9
9
10
10
# Build up version_info tuple for backwards compatibility
11
11
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments