Skip to content

Commit b44a933

Browse files
committed
Publish 0.30.3
SHA256 hashes: metakernel-0.30.3-py3-none-any.whl: 4f1da1a1a4f6427c02d864e6a8c9259ef2b8920d8b9f5a42c43d6a826764f57d metakernel-0.30.3.tar.gz: 9ebc8d4d872202ad7ac64a56e07226d8d3c5ce45b5b420d0401f547c750a475d
1 parent 864d7a2 commit b44a933

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

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+
522
## 0.30.2
623

724
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.30.1...16f88e281040b5698b5eec32b580854424a236f7))
@@ -22,8 +39,6 @@
2239

2340
[@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)
2441

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2742
## 0.30.1
2843

2944
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.30.0...0ab2d9b2e46acc10bd86ca79d18afc423eeef7eb))

metakernel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
__all__ = ['Magic', 'MetaKernel', 'option']
1212

13-
__version__ = '0.30.2'
13+
__version__ = '0.30.3'

0 commit comments

Comments
 (0)