File tree 2 files changed +21
-3
lines changed
2 files changed +21
-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.29.2
6
+
7
+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.29.1...d45fe71990d26c0bd5b7b3b2a4ccd3d1f6609899 ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - Fix: ipykernel_launcher, delete absolute sys.path\[ 0\] [ #1206 ] ( https://github.com/ipython/ipykernel/pull/1206 ) ([ @stdll00 ] ( https://github.com/stdll00 ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - Re-enable skipped debugger test [ #1207 ] ( https://github.com/ipython/ipykernel/pull/1207 ) ([ @ianthomas23 ] ( https://github.com/ianthomas23 ) )
16
+
17
+ ### Contributors to this release
18
+
19
+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2024-02-06&to=2024-02-07&type=c ) )
20
+
21
+ [ @ianthomas23 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aianthomas23+updated%3A2024-02-06..2024-02-07&type=Issues ) | [ @stdll00 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Astdll00+updated%3A2024-02-06..2024-02-07&type=Issues )
22
+
23
+ <!-- <END NEW CHANGELOG ENTRY> -->
24
+
5
25
## 6.29.1
6
26
7
27
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.29.0...09c9b2ad9c15202c5d1896ba24ec978b726c073b ) )
23
43
24
44
[ @dependabot ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adependabot+updated%3A2024-01-16..2024-02-06&type=Issues ) | [ @Haadem ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AHaadem+updated%3A2024-01-16..2024-02-06&type=Issues ) | [ @petervandenabeele ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apetervandenabeele+updated%3A2024-01-16..2024-02-06&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2024-01-16..2024-02-06&type=Issues )
25
45
26
- <!-- <END NEW CHANGELOG ENTRY> -->
27
-
28
46
## 6.29.0
29
47
30
48
([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.28.0...84955484ec1636ee4c7611471d20df2016b5cb57 ) )
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.29.1 "
8
+ __version__ = "6.29.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