File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.30.3
6
+
7
+ ([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.30.2...864d7a2d768b082d7e86a102dde883845db27035 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Add ipython 9 compat [ #290 ] ( https://github.com/Calysto/metakernel/pull/290 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Fix min version test [ #278 ] ( https://github.com/Calysto/metakernel/pull/278 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+
14
+ ### Contributors to this release
15
+
16
+ ([ GitHub contributors page for this release] ( https://github.com/Calysto/metakernel/graphs/contributors?from=2024-03-26&to=2025-04-02&type=c ) )
17
+
18
+ [ @blink1073 ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Ablink1073+updated%3A2024-03-26..2025-04-02&type=Issues ) | [ @dsblank ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Adsblank+updated%3A2024-03-26..2025-04-02&type=Issues )
19
+
20
+ <!-- <END NEW CHANGELOG ENTRY> -->
21
+
5
22
## 0.30.2
6
23
7
24
([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.30.1...16f88e281040b5698b5eec32b580854424a236f7 ) )
22
39
23
40
[ @blink1073 ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Ablink1073+updated%3A2023-09-11..2024-03-26&type=Issues ) | [ @Phoenix616 ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3APhoenix616+updated%3A2023-09-11..2024-03-26&type=Issues )
24
41
25
- <!-- <END NEW CHANGELOG ENTRY> -->
26
-
27
42
## 0.30.1
28
43
29
44
([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.30.0...0ab2d9b2e46acc10bd86ca79d18afc423eeef7eb ) )
Original file line number Diff line number Diff line change 10
10
11
11
__all__ = ['Magic' , 'MetaKernel' , 'option' ]
12
12
13
- __version__ = '0.30.2 '
13
+ __version__ = '0.30.3 '
You can’t perform that action at this time.
0 commit comments