Commit 7c0ee76 1 parent 0ab2d9b commit 7c0ee76 Copy full SHA for 7c0ee76
File tree 2 files changed +18
-3
lines changed
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.1
6
+
7
+ ([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.30.0...0ab2d9b2e46acc10bd86ca79d18afc423eeef7eb ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Adapt to Python 3.12.0rc2 [ #272 ] ( https://github.com/Calysto/metakernel/pull/272 ) ([ @ellert ] ( https://github.com/ellert ) )
12
+ - Bump actions/checkout from 3 to 4 [ #271 ] ( https://github.com/Calysto/metakernel/pull/271 ) ([ @dependabot ] ( https://github.com/dependabot ) )
13
+
14
+ ### Contributors to this release
15
+
16
+ ([ GitHub contributors page for this release] ( https://github.com/Calysto/metakernel/graphs/contributors?from=2023-08-29&to=2023-09-11&type=c ) )
17
+
18
+ [ @dependabot ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Adependabot+updated%3A2023-08-29..2023-09-11&type=Issues ) | [ @ellert ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Aellert+updated%3A2023-08-29..2023-09-11&type=Issues )
19
+
20
+ <!-- <END NEW CHANGELOG ENTRY> -->
21
+
5
22
## 0.30.0
6
23
7
24
([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.29.5...c9350d39036218f82bff6eb90685d1d3c964cba1 ) )
21
38
22
39
[ @blink1073 ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Ablink1073+updated%3A2023-07-10..2023-08-29&type=Issues ) | [ @dsblank ] ( https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Adsblank+updated%3A2023-07-10..2023-08-29&type=Issues )
23
40
24
- <!-- <END NEW CHANGELOG ENTRY> -->
25
-
26
41
## 0.29.5
27
42
28
43
([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.29.4...7fd364a76586c5312d4afe7ea4c0307434b69693 ) )
Original file line number Diff line number Diff line change 10
10
11
11
__all__ = ['Magic' , 'MetaKernel' , 'option' ]
12
12
13
- __version__ = '0.30.0 '
13
+ __version__ = '0.30.1 '
You can’t perform that action at this time.
0 commit comments