File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 6.21.2
6+
7+ ([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.21.1...1a486e06155a4d8e58e716fd40468cb5738ed6bb ) )
8+
9+ ### Bugs fixed
10+
11+ - Un-expose __ file__ and expose __ session__ instead. [ #1095 ] ( https://github.com/ipython/ipykernel/pull/1095 ) ([ @Carreau ] ( https://github.com/Carreau ) )
12+
13+ ### Maintenance and upkeep improvements
14+
15+ - Remove test_enter_eventloop [ #1084 ] ( https://github.com/ipython/ipykernel/pull/1084 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
16+
17+ ### Contributors to this release
18+
19+ ([ GitHub contributors page for this release] ( https://github.com/ipython/ipykernel/graphs/contributors?from=2023-02-02&to=2023-02-13&type=c ) )
20+
21+ [ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-02-02..2023-02-13&type=Issues ) | [ @Carreau ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2023-02-02..2023-02-13&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adavidbrochart+updated%3A2023-02-02..2023-02-13&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Apre-commit-ci+updated%3A2023-02-02..2023-02-13&type=Issues )
22+
23+ <!-- <END NEW CHANGELOG ENTRY> -->
24+
525## 6.21.1
626
727([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.21.0...ac7776dfd68861ae005e1f142ec87cd6703847ea ) )
1636
1737[ @blink1073 ] ( https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2023-01-30..2023-02-02&type=Issues )
1838
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2139## 6.21.0
2240
2341([ Full Changelog] ( https://github.com/ipython/ipykernel/compare/v6.20.2...dde698850d865dec89bba2305d1f3dc3134f8413 ) )
Original file line number Diff line number Diff line change 55from typing import List
66
77# Version string must appear intact for hatch versioning
8- __version__ = "6.21.1 "
8+ __version__ = "6.21.2 "
99
1010# Build up version_info tuple for backwards compatibility
1111pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments