We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ea9ac commit e66f441Copy full SHA for e66f441
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Optimizely Python SDK Changelog
2
3
+## 3.5.1
4
+July 10th, 2020
5
+
6
+### Bug Fixes:
7
+* Fixed HTTP request exception handling in `PollingConfigManager`. ([#285](https://github.com/optimizely/python-sdk/pull/285))
8
9
## 3.5.0
10
July 9th, 2020
11
optimizely/version.py
@@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
14
-version_info = (3, 5, 0)
+version_info = (3, 5, 1)
15
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments