We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c1fdad + bcd4e6b commit 396e24dCopy full SHA for 396e24d
CHANGELOG.md
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
+
7
+## 1.5.0 - 2017-05-11
8
### Added
9
- Retries to http request in ``get_swagger_spec`` to make calls to ``APIClient`` robust to network failure
10
- Parameter ``local_api_spec`` to ``APIClient`` to allow creation of client from local cache
civis/_version.py
@@ -1 +1 @@
1
-__version__ = "1.4.0"
+__version__ = "1.5.0"
0 commit comments