Skip to content

Commit 5d35a59

Browse files
chore(release): Preparing for 3.5.2 release (#290)
1 parent c07b6bb commit 5d35a59

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 3.5.2
4+
July 14th, 2020
5+
6+
### Bug Fixes:
7+
* Fixed handling of network and no status code errors when polling for datafile in `PollingConfigManager` and `AuthDatafilePollingConfigManager`. ([#287](https://github.com/optimizely/python-sdk/pull/287))
8+
39
## 3.5.1
410
July 10th, 2020
511

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

0 commit comments

Comments
 (0)