Skip to content

Commit

Permalink
update readme - new release
Browse files Browse the repository at this point in the history
  • Loading branch information
nimne committed Apr 20, 2021
1 parent a50e434 commit a8dae65
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Documentation Status](https://readthedocs.org/projects/readlif/badge/?version=latest)](https://readlif.readthedocs.io/en/latest/?badge=latest)
[![CI-Tests](https://github.com/nimne/readlif/workflows/CI-Tests/badge.svg)](https://github.com/nimne/readlif/actions?query=workflow%3ACI-Tests)

readlif README file - DEVELOPMENT BRANCH
readlif README file
===
The readlif package was developed to be a fast, python only, reader for Leica Lif files. This is tested in Python 3.6 through 3.9.

Expand Down Expand Up @@ -92,6 +92,10 @@ This has only been tested on Lif files that were generated with Leica LAS X and

Changelog
======
#### 0.6.1
- Update readme


#### 0.6.0
- Added support for non-XY images with `get_plane()`. See docs for usage.
- Note: Reading arbitrary planes (i.e. an XZ plane of an XY image) is not yet supported.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Nick Negretti"

# The full version, including alpha/beta/rc tags
release = "0.6.0"
release = "0.6.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion readlif/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.0"
__version__ = "0.6.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# This call to setup() does all the work
setup(
name="readlif",
version="0.6.0",
version="0.6.1",
description="Fast Leica LIF file reader written in python",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a8dae65

Please sign in to comment.