Skip to content

Commit 7c0ee76

Browse files
committed
Publish 0.30.1
SHA256 hashes: metakernel-0.30.1-py3-none-any.whl: ae03207d9af6ab352b5e417db0cef0c82325c8d5468a5d715cfd173138d6650a metakernel-0.30.1.tar.gz: 4ca06fb8687c0e73c32da3a9c0ebcb647763d6404e4c4fc92dd6b59d0e89fff5
1 parent 0ab2d9b commit 7c0ee76

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

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

724
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.5...c9350d39036218f82bff6eb90685d1d3c964cba1))
@@ -21,8 +38,6 @@
2138

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

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2641
## 0.29.5
2742

2843
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.4...7fd364a76586c5312d4afe7ea4c0307434b69693))

metakernel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

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

13-
__version__ = '0.30.0'
13+
__version__ = '0.30.1'

0 commit comments

Comments
 (0)