Skip to content

Commit d9ee1ce

Browse files
author
Rand McKinney
committed
Add 0.4.0 to release notes
1 parent 720d81a commit d9ee1ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ pip install -U c2pa-python
1616

1717
This is a platform wheel built with Rust that works on Windows, macOS, and most Linux distributions (using [manylinux](https://github.com/pypa/manylinux)). If you need to run on another platform, see [Development](#development) for information on how to build from source.
1818

19+
### Reinstalling
20+
1921
If you tried unsuccessfully to install this package before the [0.40 release](https://github.com/contentauth/c2pa-python/releases/tag/v0.4), then use this command to reinstall:
2022

2123
```
@@ -212,6 +214,13 @@ deactivate
212214

213215
## Release notes
214216

217+
### Version 0.4.0
218+
219+
This release:
220+
221+
- Changes the name of the import from `c2pa-python` to `c2pa`.
222+
- Supports pre-built platform wheels for macOS, Windows and [manylinux](https://github.com/pypa/manylinux).
223+
215224
### Version 0.3.0
216225

217226
This release includes some breaking changes to align with future APIs:

0 commit comments

Comments
 (0)