Skip to content

Commit e4fb52c

Browse files
committed
fix: version 3.9.0
1 parent b141464 commit e4fb52c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Optimizely Python SDK Changelog
22

3-
## 3.8.1
3+
## 3.9.0
44
May 28th, 2021
55

66
### New Features

optimizely/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (3, 8, 1)
14+
version_info = (3, 9, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)