Skip to content

Commit 161f15e

Browse files
authored
Merge pull request #87 from keithing/ready-v1.5.1
Updates in prep for releasing 1.5.1
2 parents 4a1c532 + bc3d230 commit 161f15e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ 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-
### Changed
7-
- Convert `README.md` (Markdown) to `README.rst` (reStructuredText).
86

7+
## 1.5.1 - 2017-05-15
98
### Fixed
109
- Fixed a bug which caused an exception to be set on all ``ModelFuture`` objects, regardless of job status (#86).
1110
- Fixed a bug which made the ``ModelPipeline`` unable to generate prediction jobs for models trained with v0.5 templates (#84).
1211
- Handle the case when inputs to ``ModelFuture`` are ``numpy.int64`` (or other non-``integer`` ints) (#85).
1312

13+
### Changed
14+
- Convert `README.md` (Markdown) to `README.rst` (reStructuredText).
15+
1416
## 1.5.0 - 2017-05-11
1517
### Added
1618
- Retries to http request in ``get_swagger_spec`` to make calls to ``APIClient`` robust to network failure

civis/_version.py

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

0 commit comments

Comments
 (0)