Skip to content

Commit f3274e6

Browse files
committed
Release 2.3.0.
1 parent dedc53d commit f3274e6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.3.0 / 2024-01-29
2+
- OAuth 2.0 support
3+
- Adding Python 3.10 and 3.11 classifiers by @mvinogradov-wavefin
4+
- Update from monotonic to time module by @rudyardrichter
5+
- Correct HISTORY header for most recent release by @DavidCain
6+
17
# 2.2.3 / 2023-06-12
28
- Update project to use GitHub Actions
39
- Support for Python 3.10 and 3.11

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
analytics-python
22
==============
33

4-
[![CircleCI](https://circleci.com/gh/segmentio/analytics-python/tree/master.svg?style=svg&circle-token=c0b411a3e21943918294714ad1d75a1cfc718f79)](https://circleci.com/gh/segmentio/analytics-python/tree/master)
5-
6-
74
analytics-python is a python client for [Segment](https://segment.com)
85

96
<div align="center">

segment/analytics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.2.3'
1+
VERSION = '2.3.0'

0 commit comments

Comments
 (0)