Skip to content

Commit feb331e

Browse files
authored
prep 1.4.0 (#219)
* prep 1.3.1 Signed-off-by: William Woodruff <william@trailofbits.com> * reversion at 1.4.0 Signed-off-by: William Woodruff <william@trailofbits.com> --------- Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent ad1e2e7 commit feb331e

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 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [1.4.0]
10+
11+
### Added
12+
913
* Add `pipx run` entry point ([#217](https://github.com/di/id/pull/217))
1014

1115
## [1.3.0]
@@ -50,7 +54,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5054
* Initial split from https://github.com/sigstore/sigstore-python
5155

5256
<!--Release URLs -->
53-
[Unreleased]: https://github.com/di/id/compare/v1.3.0...HEAD
57+
[Unreleased]: https://github.com/di/id/compare/v1.4.0...HEAD
58+
[1.4.0]: https://github.com/di/id/compare/v1.3.0...v1.4.0
5459
[1.3.0]: https://github.com/di/id/compare/v1.2.1...v1.3.0
5560
[1.2.1]: https://github.com/di/id/compare/v1.2.0...v1.2.1
5661
[1.2.0]: https://github.com/di/id/compare/v1.1.0...v1.2.0

id/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import base64
2222
from typing import Callable
2323

24-
__version__ = "1.3.0"
24+
__version__ = "1.4.0"
2525

2626

2727
class IdentityError(Exception):

0 commit comments

Comments
 (0)