Skip to content

Commit ea99dfa

Browse files
authored
Merge pull request #93 from keithing/ready_release_1.5.2
[CIVP-11461] Updating version and CHANGELOG for release 1.5.2
2 parents 7201559 + be5458b commit ea99dfa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## 1.5.2 - 2017-05-17
68
### Fixed
79
- Fixed a bug where ``ModelFuture.validation_metadata`` would not source training job metadata for a ``ModelFuture`` corresponding to prediction job (#90).
810
- Added more locks to improve thread safety in the ``PollableResult`` and ``CivisFuture``.
9-
1011
- Fix issue with Python 2/3 dependency management (#89).
1112

1213
## 1.5.1 - 2017-05-15

civis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.1"
1+
__version__ = "1.5.2"

0 commit comments

Comments
 (0)