Skip to content

Commit 7262e6f

Browse files
chore: release develop
1 parent 2ae5dc9 commit 7262e6f

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.3.0",
3-
"otdf-python-proto": "0.3.0"
2+
".": "0.3.1",
3+
"otdf-python-proto": "0.3.1"
44
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/b-long/opentdf-python-sdk/compare/otdf-python-v0.3.0...otdf-python-v0.3.1) (2025-09-05)
4+
5+
6+
### Bug Fixes
7+
8+
* address pre-commit (lint) issues ([f61b020](https://github.com/b-long/opentdf-python-sdk/commit/f61b02033f4a132ee1e552be61917d18d5a0bf4c))
9+
* omit README from Github releases ([cca9e3e](https://github.com/b-long/opentdf-python-sdk/commit/cca9e3efb9ead3693d401261e3e74debd985653e))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* release 0.3.1 ([2ae5dc9](https://github.com/b-long/opentdf-python-sdk/commit/2ae5dc9a99cf08ccf6cfb9060a8f6b3fb6952890))
15+
316
## [0.3.0](https://github.com/b-long/opentdf-python-sdk/compare/otdf-python-v0.3.0...otdf-python-v0.3.0) (2025-09-05)
417

518

otdf-python-proto/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/b-long/opentdf-python-sdk/compare/otdf-python-proto-v0.3.0...otdf-python-proto-v0.3.1) (2025-09-05)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 0.3.1 ([2ae5dc9](https://github.com/b-long/opentdf-python-sdk/commit/2ae5dc9a99cf08ccf6cfb9060a8f6b3fb6952890))
9+
310
## [0.3.0](https://github.com/b-long/opentdf-python-sdk/compare/otdf-python-proto-v0.3.0...otdf-python-proto-v0.3.0) (2025-09-05)
411

512

otdf-python-proto/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "otdf-python-proto"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Generated protobuf files for OpenTDF Python SDK"
55
readme = "README.md"
66
authors = [

otdf-python-proto/src/otdf_python_proto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
and other OpenTDF services.
66
"""
77

8-
__version__ = "0.3.0"
8+
__version__ = "0.3.1"
99

1010
# Import submodules to make them available
1111
from . import authorization

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "otdf-python"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Unofficial OpenTDF SDK for Python"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)