Skip to content

Commit e8eb309

Browse files
committed
Publish 0.29.5
SHA256 hashes: metakernel-0.29.5-py3-none-any.whl: 7342a894671ab55aed18691e669c558230fa2ea48fa390903f73bdbe0bcd6447 metakernel-0.29.5.tar.gz: b46a7c0874351249ffd8a88664677ff15e8d75632c7834844d9fd9dd3dcff755
1 parent 7fd364a commit e8eb309

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.29.5
6+
7+
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.4...7fd364a76586c5312d4afe7ea4c0307434b69693))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Ignore DeprecationWarnings for datetime.utcnow() [#265](https://github.com/Calysto/metakernel/pull/265) ([@ellert](https://github.com/ellert))
12+
- Update docs config [#263](https://github.com/Calysto/metakernel/pull/263) ([@blink1073](https://github.com/blink1073))
13+
- Update ci badge [#262](https://github.com/Calysto/metakernel/pull/262) ([@blink1073](https://github.com/blink1073))
14+
15+
### Documentation improvements
16+
17+
- Change nbviewer URL to use Jupyter [#264](https://github.com/Calysto/metakernel/pull/264) ([@rgbkrk](https://github.com/rgbkrk))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/Calysto/metakernel/graphs/contributors?from=2022-12-12&to=2023-07-10&type=c))
22+
23+
[@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)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.29.4
628

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

1840
[@blink1073](https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Ablink1073+updated%3A2022-12-01..2022-12-12&type=Issues) | [@ellert](https://github.com/search?q=repo%3ACalysto%2Fmetakernel+involves%3Aellert+updated%3A2022-12-01..2022-12-12&type=Issues)
1941

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

2444
([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.2...758c19d08fc74daff077b242c0fae30f82313479))

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.4'
13+
__version__ = '0.29.5'

0 commit comments

Comments
 (0)