Skip to content

Commit

Permalink
fix: repair release files
Browse files Browse the repository at this point in the history
  • Loading branch information
cowan-macady committed Jun 19, 2023
1 parent a436146 commit 7bcb8f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 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.23.0"
".": "1.22.0"
}
11 changes: 0 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Changelog

## [1.23.0](https://github.com/indykite/indykite-sdk-python/compare/v1.22.0...v1.23.0) (2023-06-16)


### Features

* add info in ingest ([f2e2a0c](https://github.com/indykite/indykite-sdk-python/commit/f2e2a0ceb03bccbc260b201d523f4ecac4f14008))
* add readid and kg schema config nodes ([cb47dbf](https://github.com/indykite/indykite-sdk-python/commit/cb47dbf3a4c1e718088f3b9e2ed43cc8a3874b58))
* change spaces example ([4c47fc8](https://github.com/indykite/indykite-sdk-python/commit/4c47fc859145f58389ff5148555d4f18310ca57e))
* change spaces example ([058f251](https://github.com/indykite/indykite-sdk-python/commit/058f251878a9a01d1f0f00e1ac5f8d0e1fc8f907))
* update spaces ([b66ed2c](https://github.com/indykite/indykite-sdk-python/commit/b66ed2ce72a848601d3017a4e7ed5b38d720793d))

## [1.22.0](https://github.com/indykite/indykite-sdk-python/compare/v1.21.0...v1.22.0) (2023-06-06)


Expand Down
4 changes: 2 additions & 2 deletions tests/helpers/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
OAUTH2_CLIENT_CONFIG_NODE = "gid:AAAACtBSbo_Sf0XXpOzuoNfzMk8"
INGEST_MAPPING_CONFIG_NODE = "gid:AAAAFLk0_fECVENquHrfZUTjaic"
WEBAUTHN_PROVIDER_CONFIG_NODE = "gid:AAAADRcYFyi8IUUIv-P5IJwlXQ0"
READID_PROVIDER_CONFIG_NODE = "gid:AAAAGOK3U4h6hk5jlszpv5iNs5M"
READID_PROVIDER_CONFIG_NODE = "gid:AAAAGGmHnP0Q0kFojwS_EoxKhOw"
AUTHZ_POLICY_CONFIG_NODE = "gid:AAAAFqlGrfMyt0Pnlo5uozu_4oM"
KG_SCHEMA_CONFIG_NODE = "gid:AAAAF1xEqynIwUTyray8yfsbLw0"
KG_SCHEMA_CONFIG_NODE = "gid:AAAAF_J2IIjevE3cg3TcG5W-Y2s"
OAUTH2_PROVIDER = "gid:AAAAEXX8LPjXo0bmvR1VWQEwrQI"
OAUTH2_APPLICATION = "gid:AAAAC5wPdP0VEUHqvLdEOwkVJCA"
PASSWORD = "Password"
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.23.0"
__version__ = "1.22.0"

0 comments on commit 7bcb8f2

Please sign in to comment.