Commit e8eb309 1 parent 7fd364a commit e8eb309 Copy full SHA for e8eb309
File tree 2 files changed +23
-3
lines changed
2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
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
+
5
27
## 0.29.4
6
28
7
29
([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.29.3...5ec51d6828bf079b7ee2007f6351f4321434b49e ) )
17
39
18
40
[ @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 )
19
41
20
- <!-- <END NEW CHANGELOG ENTRY> -->
21
-
22
42
## 0.29.3
23
43
24
44
([ Full Changelog] ( https://github.com/Calysto/metakernel/compare/v0.29.2...758c19d08fc74daff077b242c0fae30f82313479 ) )
Original file line number Diff line number Diff line change 10
10
11
11
__all__ = ['Magic' , 'MetaKernel' , 'option' ]
12
12
13
- __version__ = '0.29.4 '
13
+ __version__ = '0.29.5 '
You can’t perform that action at this time.
0 commit comments