Skip to content

Commit

Permalink
prep 1.4.0 (#219)
Browse files Browse the repository at this point in the history
* prep 1.3.1

Signed-off-by: William Woodruff <[email protected]>

* reversion at 1.4.0

Signed-off-by: William Woodruff <[email protected]>

---------

Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Apr 24, 2024
1 parent ad1e2e7 commit feb331e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.4.0]

### Added

* Add `pipx run` entry point ([#217](https://github.com/di/id/pull/217))

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

<!--Release URLs -->
[Unreleased]: https://github.com/di/id/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/di/id/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/di/id/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/di/id/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/di/id/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/di/id/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion id/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import base64
from typing import Callable

__version__ = "1.3.0"
__version__ = "1.4.0"


class IdentityError(Exception):
Expand Down

0 comments on commit feb331e

Please sign in to comment.