Skip to content

Commit 7336f7a

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 1.0.1
1 parent 788f07b commit 7336f7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22

33
All notable changes to the LaunchDarkly SSE Client for Python will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.0.1] - 2023-01-04
6+
### Fixed:
7+
- Fixed packaging error that made installs fail.
8+
59
## [1.0.0] - 2023-01-04
610
Initial release.

ld_eventsource/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
VERSION = "1.0.0"
2+
VERSION = "1.0.1"

0 commit comments

Comments
 (0)