Skip to content

Commit bc3d230

Browse files
author
Keith Ingersoll
committed
Updates in prep for releasing 1.5.1
1 parent 4a1c532 commit bc3d230

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)