Skip to content

Commit e1eafb7

Browse files
authored
prep 1.2.1 (#148)
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent e819333 commit e1eafb7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [1.2.1]
10+
11+
### Misc
12+
13+
* This release fixes a deployment bug in the 1.2.0 release.
14+
915
## [1.2.0]
1016

1117
### Added
@@ -36,7 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3642
* Initial split from https://github.com/sigstore/sigstore-python
3743

3844
<!--Release URLs -->
39-
[Unreleased]: https://github.com/di/id/compare/v1.2.0...HEAD
45+
[Unreleased]: https://github.com/di/id/compare/v1.2.1...HEAD
46+
[1.2.1]: https://github.com/di/id/compare/v1.2.0...v1.2.1
4047
[1.2.0]: https://github.com/di/id/compare/v1.1.0...v1.2.0
4148
[1.1.0]: https://github.com/di/id/compare/v1.0.0...v1.1.0
4249
[1.0.0]: https://github.com/di/id/compare/v1.0.0a2...v1.0.0

id/__init__.py

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

2121
from typing import Callable, List, Optional
2222

23-
__version__ = "1.2.1rc1"
23+
__version__ = "1.2.1"
2424

2525

2626
class IdentityError(Exception):

0 commit comments

Comments
 (0)