Skip to content

Commit

Permalink
Update changelog and fallback version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Jun 8, 2024
1 parent 31fde99 commit 40489c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Add a single entry in the corresponding section below.
See https://keepachangelog.com for details

## v2.1.0 (UNRELEASED)
## v2.0.2 (2024-06-08)
* Fix incorrect library version ([#64](https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/64))

## v2.0.1 (2024-08-05)
## v2.0.1 (2024-05-08)
* Add releasing guide and release script ([#59](https://github.com/hyperspy/hyperspy_gui_traitsui/pull/59)).
* Add `ipympl` dependency as convenience ([#58])(https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/58).
* Fix regression with editable installation ([#55](https://github.com/hyperspy/hyperspy_gui_ipywidgets/pull/55)).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ include = ["hyperspy_gui_ipywidgets*"]
[tool.setuptools_scm]
# Presence enables setuptools_scm, the version will be determine at build time from git
# The version will be updated by the `prepare_release.py` script
fallback_version = "2.0.2.dev0"
fallback_version = "2.0.3.dev0"

0 comments on commit 40489c5

Please sign in to comment.