We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9bf2a commit 167758dCopy full SHA for 167758d
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Optimizely Python SDK Changelog
2
3
+## 3.4.1
4
+March 19th, 2020
5
+
6
+### Bug Fixes:
7
+* Updated `jsonschema` to address [installation issue](https://github.com/optimizely/python-sdk/issues/232).
8
9
10
## 3.4.0
11
January 27th, 2020
12
optimizely/version.py
@@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
13
14
-version_info = (3, 4, 0)
+version_info = (3, 4, 1)
15
__version__ = '.'.join(str(v) for v in version_info)
0 commit comments