Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Bump README for version 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
drj11 committed Jul 16, 2019
1 parent a4718cb commit 0dfbfda
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,18 @@ your current directory:

(For issues see https://github.com/drj11/pypng/issues?state=open )

### Release (not released yet)
### Release 0.0.20

Support for earlier versions of Python is dropped.
Python 3.4 and onwards are supported (Python 2.7 also works).
Python 3.4 and onwards are supported.
Python 2.7 also works, but this is intended to be the last
release to support any version of Python 2.

Cython code is removed, which simplifies the implementation.

Remove the (optional) dependency `setuptools`.
Removed the (optional) dependency `setuptools`.

Change the default for `png.Writer` to be greyscale.
Changed the default for `png.Writer` to be greyscale.

Removed 3D support from `.from_array()`.

Expand Down

0 comments on commit 0dfbfda

Please sign in to comment.