Skip to content

Commit 3f80af2

Browse files
committed
Publish 0.30.0
SHA256 hashes: metakernel-0.30.0-py3-none-any.whl: 39b3990ee524e6117ed0e5ffe74132fc8e716dfb357cdd78736db4bf65ff9434 metakernel-0.30.0.tar.gz: 3b90407dbfba7c26c44da2665ac5526b24c877fe7b56303b53714609e35edbc6
1 parent c9350d3 commit 3f80af2

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## 0.30.0
6+
7+
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.5...c9350d39036218f82bff6eb90685d1d3c964cba1))
8+
9+
### Enhancements made
10+
11+
- Updated dot magic, with tests [#268](https://github.com/Calysto/metakernel/pull/268) ([@dsblank](https://github.com/dsblank))
12+
13+
### Bugs fixed
14+
15+
- Update tests.yml [#270](https://github.com/Calysto/metakernel/pull/270) ([@dsblank](https://github.com/dsblank))
16+
- Fix magic completion [#269](https://github.com/Calysto/metakernel/pull/269) ([@dsblank](https://github.com/dsblank))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/Calysto/metakernel/graphs/contributors?from=2023-07-10&to=2023-08-29&type=c))
21+
22+
[@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+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.29.5
627

728
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.4...7fd364a76586c5312d4afe7ea4c0307434b69693))
@@ -22,8 +43,6 @@
2243

2344
[@blink1073](https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Ablink1073+updated%3A2022-12-12..2023-07-10&type=Issues) | [@ellert](https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Aellert+updated%3A2022-12-12..2023-07-10&type=Issues) | [@rgbkrk](https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Argbkrk+updated%3A2022-12-12..2023-07-10&type=Issues)
2445

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2746
## 0.29.4
2847

2948
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.3...5ec51d6828bf079b7ee2007f6351f4321434b49e))

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.29.6'
13+
__version__ = '0.30.0'

0 commit comments

Comments
 (0)