Skip to content

Commit

Permalink
v bump (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
channiemills committed Feb 10, 2020
1 parent bc44bfd commit 94da3a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Added
### Fixed
### Changed

## 1.12.1 - 2020-02-10
### Fixed
- Fixed issue where client did not generate functions for deprecated API endpoints. (#353)
### Changed
- Changed `ServiceClient` to raise `CivisAPIError`. (#355)
- Updated documentation language for CivisML version. (#358)

## 1.12.0 - 2020-01-14
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.12.0"
__version__ = "1.12.1"

0 comments on commit 94da3a0

Please sign in to comment.