Skip to content

Commit

Permalink
🔖 Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jul 16, 2022
1 parent 3af184c commit a27450c
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 | User | Date | Patch
--- | --- | --- | --- | ---
♻️ Refactor `last_cell` check & `consecutiveness` check in `publish()` | [167](https://github.com/laminlabs/nbproject/pull/167) | [falexwolf](https://github.com/falexwolf) | 2022-07-16 |
♻️ Refactor `last_cell` check & `consecutiveness` check in `publish()` | [167](https://github.com/laminlabs/nbproject/pull/167) | [falexwolf](https://github.com/falexwolf) | 2022-07-16 | 0.3.0
🚚 Rename `integrity` to `consecutiveness` | [166](https://github.com/laminlabs/nbproject/pull/166) | [falexwolf](https://github.com/falexwolf) | 2022-07-16 |
🚸 Remove complexity of Jupyter Lab interaction | [164](https://github.com/laminlabs/nbproject/pull/164) | [falexwolf](https://github.com/falexwolf) | 2022-07-15 |
🚸 Indent JSON just as editors do | [163](https://github.com/laminlabs/nbproject/pull/163) | [falexwolf](https://github.com/falexwolf) | 2022-07-15 |
Expand Down
2 changes: 1 addition & 1 deletion nbproject/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
dev
"""
__version__ = "0.2.3"
__version__ = "0.3.0"

from . import dev
from ._header import header # noqa
Expand Down

0 comments on commit a27450c

Please sign in to comment.