Skip to content

Commit 396e24d

Browse files
authored
Merge pull request #81 from keithing/v1.5.0
Updating civis version for 1.5.0
2 parents 1c1fdad + bcd4e6b commit 396e24d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ 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.0 - 2017-05-11
68
### Added
79
- Retries to http request in ``get_swagger_spec`` to make calls to ``APIClient`` robust to network failure
810
- Parameter ``local_api_spec`` to ``APIClient`` to allow creation of client from local cache

civis/_version.py

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

0 commit comments

Comments
 (0)