Skip to content

Commit

Permalink
release: prepare v0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Oct 14, 2020
1 parent 0c95405 commit a0e4a95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========

v0.1.1
------

- Add RgbToLab image filter (`#147 <https://github.com/histolab/histolab/pull/147>`_)
- Add Watershed segmentation filter (`#153 <https://github.com/histolab/histolab/pull/153>`_)
- Support Python 3.8 on Linux and macOS (`#151 <https://github.com/histolab/histolab/pull/151>`_)

v0.0.1
------
Expand Down
2 changes: 1 addition & 1 deletion src/histolab/__init__.py
Expand Up @@ -2,4 +2,4 @@

# Versioning convention
# https://www.python.org/dev/peps/pep-0440/
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit a0e4a95

Please sign in to comment.