Skip to content

Commit

Permalink
Publish 0.30.2
Browse files Browse the repository at this point in the history
SHA256 hashes:

metakernel-0.30.2-py3-none-any.whl: 5424ac1a9cc5d8e18c439cce1a6f798196732955d64caff6633d3299cc2a1a83

metakernel-0.30.2.tar.gz: 4a27dfd853b849f0128242c55204ee597a5a8d864294f26084baf2fbc814d5a4
  • Loading branch information
blink1073 committed Mar 26, 2024
1 parent 16f88e2 commit 92c3d9f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## 0.30.2

([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.30.1...16f88e281040b5698b5eec32b580854424a236f7))

### Maintenance and upkeep improvements

- Add Release Workflows [#277](https://github.com/Calysto/metakernel/pull/277) ([@blink1073](https://github.com/blink1073))
- Pin upper version of ipykernel [#276](https://github.com/Calysto/metakernel/pull/276) ([@blink1073](https://github.com/blink1073))
- Clean up CI [#273](https://github.com/Calysto/metakernel/pull/273) ([@blink1073](https://github.com/blink1073))

### Other merged PRs

- Fix installation code blocks in readme [#274](https://github.com/Calysto/metakernel/pull/274) ([@Phoenix616](https://github.com/Phoenix616))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/Calysto/metakernel/graphs/contributors?from=2023-09-11&to=2024-03-26&type=c))

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.30.1

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

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.30.0

([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.5...c9350d39036218f82bff6eb90685d1d3c964cba1))
Expand Down
2 changes: 1 addition & 1 deletion metakernel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

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

__version__ = '0.30.1'
__version__ = '0.30.2'

0 comments on commit 92c3d9f

Please sign in to comment.