Skip to content

Commit 92c3d9f

Browse files
committed
Publish 0.30.2
SHA256 hashes: metakernel-0.30.2-py3-none-any.whl: 5424ac1a9cc5d8e18c439cce1a6f798196732955d64caff6633d3299cc2a1a83 metakernel-0.30.2.tar.gz: 4a27dfd853b849f0128242c55204ee597a5a8d864294f26084baf2fbc814d5a4
1 parent 16f88e2 commit 92c3d9f

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.30.2
6+
7+
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.30.1...16f88e281040b5698b5eec32b580854424a236f7))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Add Release Workflows [#277](https://github.com/Calysto/metakernel/pull/277) ([@blink1073](https://github.com/blink1073))
12+
- Pin upper version of ipykernel [#276](https://github.com/Calysto/metakernel/pull/276) ([@blink1073](https://github.com/blink1073))
13+
- Clean up CI [#273](https://github.com/Calysto/metakernel/pull/273) ([@blink1073](https://github.com/blink1073))
14+
15+
### Other merged PRs
16+
17+
- Fix installation code blocks in readme [#274](https://github.com/Calysto/metakernel/pull/274) ([@Phoenix616](https://github.com/Phoenix616))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/Calysto/metakernel/graphs/contributors?from=2023-09-11&to=2024-03-26&type=c))
22+
23+
[@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+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.30.1
628

729
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.30.0...0ab2d9b2e46acc10bd86ca79d18afc423eeef7eb))
@@ -17,8 +39,6 @@
1739

1840
[@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)
1941

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2242
## 0.30.0
2343

2444
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.5...c9350d39036218f82bff6eb90685d1d3c964cba1))

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.1'
13+
__version__ = '0.30.2'

0 commit comments

Comments
 (0)