Skip to content

Commit

Permalink
Merge d0b939e into c07b6bb
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Jul 14, 2020
2 parents c07b6bb + d0b939e commit a63bc77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Optimizely Python SDK Changelog

## 3.5.2
July 14th, 2020

### Bug Fixes:
* 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))

## 3.5.1
July 10th, 2020

Expand Down
2 changes: 1 addition & 1 deletion optimizely/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version_info = (3, 5, 1)
version_info = (3, 5, 2)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit a63bc77

Please sign in to comment.