Skip to content

Commit

Permalink
Publish 0.29.3
Browse files Browse the repository at this point in the history
SHA256 hashes:

metakernel-0.29.3-py3-none-any.whl: 93da6cc2d1bf8cc6b2beba5232d1f83c63c7ad8d79bdca9712ba86ceb78fee53

metakernel-0.29.3.tar.gz: 26f93a7d07c2c2e00b1a33539f8582bd4649856c3eac28fedec105d24482f6c5
  • Loading branch information
blink1073 committed Dec 1, 2022
1 parent 758c19d commit c1c35ec
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 0.29.3

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

### Maintenance and upkeep improvements

- Bump actions/checkout from 2 to 3 [#258](https://github.com/Calysto/metakernel/pull/258) ([@dependabot](https://github.com/dependabot))
- Maintenance cleanup [#257](https://github.com/Calysto/metakernel/pull/257) ([@blink1073](https://github.com/blink1073))
- Use hatch for example projects [#256](https://github.com/Calysto/metakernel/pull/256) ([@blink1073](https://github.com/blink1073))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/Calysto/metakernel/graphs/contributors?from=2022-08-08&to=2022-12-01&type=c))

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

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

## 0.29.2

([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.1...dbe3fc91a87bca68412faf640b58778204102b29))
Expand All @@ -20,8 +38,6 @@

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

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

## 0.29.1

([Full Changelog](https://github.com/Calysto/metakernel/compare/v0.29.0...68b0da7ad71de8e9802c9ab573344a3ea0a1a832))
Expand Down
2 changes: 1 addition & 1 deletion metakernel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

__all__ = ['Magic', 'MetaKernel', 'option']

__version__ = '0.29.2'
__version__ = '0.29.3'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exclude = [
]

[tool.tbump.version]
current = "0.29.2"
current = "0.29.3"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit c1c35ec

Please sign in to comment.