Skip to content

Commit

Permalink
chore(master): release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and cowan-macady committed Jan 12, 2023
1 parent ca30bd0 commit fc3aad3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.0"
".": "1.9.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.9.0](https://github.com/indykite/indykite-sdk-python/compare/v1.8.0...v1.9.0) (2023-01-12)


### Features

* add import DT and update tests ([ca30bd0](https://github.com/indykite/indykite-sdk-python/commit/ca30bd07503290089f599c3c34bee453dc846822))
* add import DT and update tests ([c1c954f](https://github.com/indykite/indykite-sdk-python/commit/c1c954f553e6cc10d222459dbd2371fb4100c8d8))

## [1.8.0](https://github.com/indykite/indykite-sdk-python/compare/v1.7.0...v1.8.0) (2023-01-05)


Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.0"
__version__ = "1.9.0"

0 comments on commit fc3aad3

Please sign in to comment.