Skip to content

Commit 30ff44c

Browse files
chore(release): Bump version in master (#273)
1 parent 5bf0dba commit 30ff44c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Optimizely Python SDK Changelog
22

3+
## 3.4.2
4+
June 11th, 2020
5+
6+
### Bug Fixes:
7+
* Adjusted log level for audience evaluation logs. ([#267](https://github.com/optimizely/python-sdk/pull/267))
8+
39
## 3.4.1
410
March 19th, 2020
511

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

9-
1015
## 3.4.0
1116
January 27th, 2020
1217

Diff for: optimizely/version.py

+1-1
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, 1)
14+
version_info = (3, 4, 2)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)