Skip to content

Commit

Permalink
RC: 1.0.0a0 (#15)
Browse files Browse the repository at this point in the history
* CHANGELOG: fix URL

Signed-off-by: William Woodruff <william@trailofbits.com>

* id: 1.0.0a0

Signed-off-by: William Woodruff <william@trailofbits.com>

---------

Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Mar 6, 2023
1 parent 873e3c7 commit 9415412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ 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/sigstore-python/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/di/id/compare/v1.0.0...HEAD
2 changes: 1 addition & 1 deletion id/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from typing import Callable, List, Optional

__version__ = "1.0.0"
__version__ = "1.0.0a0"


class IdentityError(Exception):
Expand Down

0 comments on commit 9415412

Please sign in to comment.