Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 461f034

Browse files
chore(main): release 3.0.2 (#148)
1 parent 015b5a7 commit 461f034

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.1"
2+
".": "3.0.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [3.0.2](https://github.com/passageidentity/passage-python/compare/v3.0.1...v3.0.2) (2026-01-09)
6+
7+
8+
### Documentation
9+
10+
* README for sunset ([#147](https://github.com/passageidentity/passage-python/issues/147)) ([015b5a7](https://github.com/passageidentity/passage-python/commit/015b5a77cdabbb88e3fb0813253d61f86969f421))
11+
512
## [3.0.1](https://github.com/passageidentity/passage-python/compare/v3.0.0...v3.0.1) (2025-02-12)
613

714

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "passage-identity"
7-
version = "3.0.1"
7+
version = "3.0.2"
88
dependencies = [
99
"cryptography ~= 44.0", # used by pyjwt
1010
"pydantic ~= 2.10", # used by codgen

0 commit comments

Comments
 (0)