Skip to content

Commit

Permalink
Imagecat version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead committed Nov 21, 2022
1 parent 6bf25a7 commit 1cfd6ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
Release Notes
=============

Imagecat 0.7.0 - November 21, 2022
----------------------------------

* Make it easier to manage optional functionality.
* Simplify creating images from numpy arrays.
* Switch to pyproject.toml for packaging and flit for builds.
* Cleanup and organize documentation.

Imagecat 0.6.1 - October 21, 2021
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion imagecat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""Image processing functionality based on Graphcat computational graphs, http://graphcat.readthedocs.io.
"""

__version__ = "0.7.0-dev"
__version__ = "0.7.0"

import itertools
import logging
Expand Down

0 comments on commit 1cfd6ef

Please sign in to comment.