Skip to content

Commit 5d88865

Browse files
committed
Publish 0.36.0
SHA256 hashes: octave_kernel-0.36.0-py3-none-any.whl: 99391babf7591fee3a502225920873d9316c5838d1866b14506ae764b4b89cac octave_kernel-0.36.0.tar.gz: 925882f8915c86ed75b6db8e1341deed980dba0be73bf07365d3ea08961a1ddb
1 parent 79d09bf commit 5d88865

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.36.0
6+
7+
([Full Changelog](https://github.com/Calysto/octave_kernel/compare/v0.35.1...79d09bfd8f9e6ef05516a2263453f257e15e90be))
8+
9+
### Enhancements made
10+
11+
- Prefer octave-cli if available [#236](https://github.com/Calysto/octave_kernel/pull/236) ([@blink1073](https://github.com/blink1073))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Switch to hatch custom build [#238](https://github.com/Calysto/octave_kernel/pull/238) ([@blink1073](https://github.com/blink1073))
16+
- Update Release Scripts [#237](https://github.com/Calysto/octave_kernel/pull/237) ([@blink1073](https://github.com/blink1073))
17+
18+
### Other merged PRs
19+
20+
- Clarify use environment variable wording [#229](https://github.com/Calysto/octave_kernel/pull/229) ([@goyalyashpal](https://github.com/goyalyashpal))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/Calysto/octave_kernel/graphs/contributors?from=2022-11-29&to=2024-04-15&type=c))
25+
26+
[@blink1073](https://github.com/search?q=repo%3ACalysto%2Foctave_kernel+involves%3Ablink1073+updated%3A2022-11-29..2024-04-15&type=Issues) | [@goyalyashpal](https://github.com/search?q=repo%3ACalysto%2Foctave_kernel+involves%3Agoyalyashpal+updated%3A2022-11-29..2024-04-15&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.35.1
631

732
([Full Changelog](https://github.com/Calysto/octave_kernel/compare/v0.35.0...59c1841ae47ec594516d0aca355e0ef14f7eb61f))
@@ -16,8 +41,6 @@
1641

1742
[@blink1073](https://github.com/search?q=repo%3ACalysto%2Foctave_kernel+involves%3Ablink1073+updated%3A2022-11-28..2022-11-29&type=Issues)
1843

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2144
## 0.35.0
2245

2346
No merged PRs

octave_kernel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.35.1'
1+
__version__ = '0.36.0'

0 commit comments

Comments
 (0)