Skip to content

Commit

Permalink
release: prepare v0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Feb 16, 2021
1 parent 7036066 commit 43278e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v0.2.3
------
**New Features**

- Allow pathlib.Path as Slide path parameter (`#226 <https://github.com/histolab/histolab/pull/226>`_)
- Tilers `extract` method now has `log_level` param that set the threshold level for the log messages (`#229 <https://github.com/histolab/histolab/pull/229>`_)

v0.2.2
------
**Bug Fix**
Expand Down
2 changes: 1 addition & 1 deletion src/histolab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

0 comments on commit 43278e7

Please sign in to comment.