Skip to content

Commit f74549c

Browse files
committed
build(setup.py): bump version to v1.4.0
Signed-off-by: Bofu Chen (bafu) <bofu@numbersprotocol.io>
1 parent b8de955 commit f74549c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.4.0] - 2021-09-02
10+
### Changed
11+
- Update materials from CAI to C2PA.
12+
913
## [1.3.3] - 2021-08-26
1014
### Fixed
1115
- [#17](https://github.com/numbersprotocol/starling-cai/issues/17) Fail to pass signature verification
@@ -31,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3135
### Removed
3236
- Section about "changelog" vs "CHANGELOG".
3337

34-
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.3.3...HEAD
38+
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.4.0...HEAD
39+
[1.4.0]: https://github.com/numbersprotocol/starling-cai/compare/v1.3.3...v1.4.0
3540
[1.3.3]: https://github.com/numbersprotocol/starling-cai/compare/v1.3.2...v1.3.3
3641
[1.3.2]: https://github.com/numbersprotocol/starling-cai/compare/v1.3.1...v1.3.2
3742
[1.3.1]: https://github.com/numbersprotocol/starling-cai/compare/v1.3.0...v1.3.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='c2pa',
13-
version='v1.3.3',
13+
version='v1.4.0',
1414
description='Implementation of C2PA: Coalition for Content Provenance and Authenticity.',
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)