Skip to content

Commit 7fa6153

Browse files
CHANGELOG.md -> Added section for version 5.1.0 version.py -> Updated version to 5.1.0 (#441)
1 parent 22c74ee commit 7fa6153

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Optimizely Python SDK Changelog
22

3+
## 5.1.0
4+
November 27th, 2024
5+
6+
Added support for batch processing in DecideAll and DecideForKeys, enabling more efficient handling of multiple decisions in the User Profile Service.([#440](https://github.com/optimizely/python-sdk/pull/440))
7+
38
## 5.0.1
49
June 26th, 2024
510

optimizely/version.py

+1-1
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 = (5, 0, 1)
14+
version_info = (5, 1, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)