Skip to content

Commit 2cea282

Browse files
committed
Publish 0.35.1
SHA256 hashes: octave_kernel-0.35.1-py3-none-any.whl: 1ad92c5724018225882454d4a538f23971e797ecb5895a8cbdd9c5ad522602a7 octave_kernel-0.35.1.tar.gz: 96ca1e21315c0b76b550a58ffc0e86ad885a7eefe4a37d7beb5d4dd87cb4d5f4
1 parent 59c1841 commit 2cea282

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@
22

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

5-
## 0.35.0
5+
## 0.35.1
66

7-
No merged PRs
7+
([Full Changelog](https://github.com/Calysto/octave_kernel/compare/v0.35.0...59c1841ae47ec594516d0aca355e0ef14f7eb61f))
8+
9+
### Bugs fixed
10+
11+
- Include test and example notebook in sdist [#228](https://github.com/Calysto/octave_kernel/pull/228) ([@blink1073](https://github.com/blink1073))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/Calysto/octave_kernel/graphs/contributors?from=2022-11-28&to=2022-11-29&type=c))
16+
17+
[@blink1073](https://github.com/search?q=repo%3ACalysto%2Foctave_kernel+involves%3Ablink1073+updated%3A2022-11-28..2022-11-29&type=Issues)
818

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

21+
## 0.35.0
22+
23+
No merged PRs
24+
1125
## 0.34.2
1226

1327
([Full Changelog](https://github.com/Calysto/octave_kernel/compare/v0.34.1...0c2501cc4d452cad5ee17f6a5369d57c6da30a90))

octave_kernel/_version.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ skip = ["check-links"]
5757
after-prep-git = ["make data-files"]
5858

5959
[tool.tbump.version]
60-
current = "0.35.0"
60+
current = "0.35.1"
6161
regex = '''
6262
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6363
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)