Skip to content

Commit

Permalink
MAINT Update version number and API spec for v1.11.0 (#321)
Browse files Browse the repository at this point in the history
Include the most recent public Civis Platform API spec; there's been some changes since the v1.10 release.
  • Loading branch information
Stephen Hoover committed Aug 26, 2019
1 parent bbd6c0f commit 6cf4ac8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased


## 1.11.0 - 2019-08-26
### Added
- Add CLI command "sql" for command line SQL query execution. (#319)
- Add helper function (run_template) to run a template given its id and return
Expand Down
2 changes: 1 addition & 1 deletion civis/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.10.0"
__version__ = "1.11.0"
2 changes: 1 addition & 1 deletion civis/tests/civis_api_spec.json

Large diffs are not rendered by default.

0 comments on commit 6cf4ac8

Please sign in to comment.