From f3274e6cbdf90de8485b52d5b0cda3c8f9663ca4 Mon Sep 17 00:00:00 2001 From: Michael Grosse Huelsewiesche Date: Wed, 31 Jan 2024 14:43:52 -0500 Subject: [PATCH] Release 2.3.0. --- HISTORY.md | 6 ++++++ README.md | 3 --- segment/analytics/version.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 77bd1672..ff9d88c8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +# 2.3.0 / 2024-01-29 +- OAuth 2.0 support +- Adding Python 3.10 and 3.11 classifiers by @mvinogradov-wavefin +- Update from monotonic to time module by @rudyardrichter +- Correct HISTORY header for most recent release by @DavidCain + # 2.2.3 / 2023-06-12 - Update project to use GitHub Actions - Support for Python 3.10 and 3.11 diff --git a/README.md b/README.md index 69cefe7c..12dd2fb5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ analytics-python ============== -[![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) - - analytics-python is a python client for [Segment](https://segment.com)
diff --git a/segment/analytics/version.py b/segment/analytics/version.py index 2914e9b7..0f572f9f 100644 --- a/segment/analytics/version.py +++ b/segment/analytics/version.py @@ -1 +1 @@ -VERSION = '2.2.3' +VERSION = '2.3.0'