Skip to content

Commit

Permalink
Update changelog and bump version to 0.12.dev0
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <[email protected]>
  • Loading branch information
hakonanes committed Nov 9, 2024
1 parent 8d60a69 commit b5b484e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@ its best to adhere to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>
List entries are sorted in descending chronological order. Contributors to each release
were listed in alphabetical order by first name until version 0.7.0.

Unreleased
==========

Added
-----

Changed
-------

Removed
-------

Deprecated
----------

Fixed
-----

0.11.0 (2024-11-10)
===================

Expand Down
2 changes: 1 addition & 1 deletion src/kikuchipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Carter Francis",
"Magnus Nord",
]
__version__ = "0.11.0"
__version__ = "0.12.dev0"

__getattr__, __dir__, __all__ = lazy_loader.attach_stub(__name__, __file__)

Expand Down

0 comments on commit b5b484e

Please sign in to comment.