Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

Commit 26a5320

Browse files
committed
Release v1.0.0
1 parent 9769033 commit 26a5320

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2023-05-01
11+
1012
### Changed
1113

1214
- Updated LiveKit protocol to v1.5.4
@@ -134,7 +136,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
134136
- Initial release
135137
- [LiveKit protocol v0.11.0](https://github.com/livekit/protocol/releases/tag/v0.11.0)
136138

137-
[Unreleased]: https://github.com/tradablebits/livekit-server-sdk-python/compare/v0.4.1...HEAD
139+
[Unreleased]: https://github.com/tradablebits/livekit-server-sdk-python/compare/v1.0.0...HEAD
140+
141+
[1.0.0]: https://github.com/tradablebits/livekit-server-sdk-python/compare/v0.4.1...v1.0.0
138142

139143
[0.4.1]: https://github.com/tradablebits/livekit-server-sdk-python/compare/v0.4.0...v0.4.1
140144

livekit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
https://docs.livekit.io/server-sdk-js/
55
"""
66

7-
__version__ = "0.4.1"
7+
__version__ = "1.0.0"
88

99
import calendar
1010
import dataclasses

0 commit comments

Comments
 (0)