Skip to content

Commit

Permalink
🔖 Release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Oct 22, 2022
1 parent 9cf6ba1 commit b05f9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- prettier-ignore -->
Name | PR | Developer | Date | Version
--- | --- | --- | --- | ---
:sparkles: Log time to execute notebooks | [11](https://github.com/laminlabs/nbproject-test/pull/11) | [Koncopd](https://github.com/Koncopd) | 2022-10-22 |
Log time to execute notebooks | [11](https://github.com/laminlabs/nbproject-test/pull/11) | [Koncopd](https://github.com/Koncopd) | 2022-10-22 | 0.3.2
🐛 Ignore dates | [10](https://github.com/laminlabs/nbproject-test/pull/10) | [falexwolf](https://github.com/falexwolf) | 2022-10-18 |
🚸 Add a preprocessing function that strips prefixes | [commit](https://github.com/laminlabs/nbproject-test/commit/d17e47088aec72acffcf29786369c9f2d041e9b6) | [falexwolf](https://github.com/falexwolf) | 2022-10-08 | 0.3.1
🚸 Add a preprocessing function that strips prefixes | [8](https://github.com/laminlabs/nbproject-test/pull/8) | [falexwolf](https://github.com/falexwolf) | 2022-10-05 | 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion nbproject_test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Testing for nbproject."""

__version__ = "0.3.1"
__version__ = "0.3.2"

from ._core import execute_notebooks # noqa

0 comments on commit b05f9ff

Please sign in to comment.