Skip to content

Commit 167758d

Browse files
chore(release): Preparing for 3.4.1 release (#240)
1 parent 0c9bf2a commit 167758d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Optimizely Python SDK Changelog
22

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+
310
## 3.4.0
411
January 27th, 2020
512

optimizely/version.py

Lines changed: 1 addition & 1 deletion
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, 4, 0)
14+
version_info = (3, 4, 1)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)