From b6e49ce8d9d38e99416e655b43e276e3be84f058 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Thu, 18 Aug 2022 21:36:07 +0100 Subject: release 3.5.2 --- docs/news.txt | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/news.txt b/docs/news.txt index b232569..e4fe3d6 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,6 +3,13 @@ News .. contents:: +3.5.2 +----- + +* Additional fixes to next in iterators. + +Thanks to cjwatson. + 3.5.1 ----- diff --git a/setup.py b/setup.py index 108fccb..5b4dd4c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # - git push # - python setup.py sdist bdist_wheel upload --sign -__version__ = '3.5.1' +__version__ = '3.5.2' from setuptools import setup, find_packages import sys, os -- cgit v1.2.1