Skip to content

Commit

Permalink
Prepare for v0.11.1 (#204)
Browse files Browse the repository at this point in the history
Update versions and release notes for v0.11.1
  • Loading branch information
jni authored Jun 23, 2023
1 parent 667ee63 commit 9582720
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/misc/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Skan release notes
******************

.. toctree::
release-v0.11.0
release-v0.11
release-v0.10.0
release-v0.9
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# skan v0.11.1

This is a bugfix release. It adds napari.yaml to the manifest so that it
is correctly shipped with skan, and it fixes compatibility issues with
more recent versions of openpyxl. With thanks to
[James Ryan](https://github.com/jamesyan-git)!

## Bug fixes

- [#202](https://github.com/jni/skan/pull/202): 🐞 Bug Fix: Include napari.yaml in build
- [#203](https://github.com/jni/skan/pull/203): Remove deprecated code from `io.py`

# skan v0.11.0

This release of skan incorporates several bug fixes, new API features, and
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ norecursedirs = doc

[metadata]
name = skan
version = 0.12.0.dev0
version = 0.11.1
url = https://jni.github.io/skan
download_url = https://github.com/jni/skan
license = BSD 3-Clause
Expand Down
2 changes: 1 addition & 1 deletion src/skan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .csr import summarize, Skeleton, sholl_analysis

__version__ = '0.12.0.dev0'
__version__ = '0.11.1'

__all__ = ['summarize', 'Skeleton', 'sholl_analysis']

0 comments on commit 9582720

Please sign in to comment.