Skip to content

Commit

Permalink
chore(release): Preparing for 3.4.1 release (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Mar 19, 2020
1 parent 0c9bf2a commit 167758d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Optimizely Python SDK Changelog

## 3.4.1
March 19th, 2020

### Bug Fixes:
* Updated `jsonschema` to address [installation issue](https://github.com/optimizely/python-sdk/issues/232).


## 3.4.0
January 27th, 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, 4, 0)
version_info = (3, 4, 1)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 167758d

Please sign in to comment.