Skip to content

Commit

Permalink
Chore/update 074 acapy (#84)
Browse files Browse the repository at this point in the history
* chore: update to aca-py version 0.7.4 to create new release

Signed-off-by: Moriarty <moritz@animo.id>

* chore: code review feedback

Signed-off-by: Moriarty <moritz@animo.id>

* chore: code review fedback

bump version 0.6 instead of minor due to breaking changes

Signed-off-by: Moriarty <moritz@animo.id>

* chore: code review feedback

Signed-off-by: Moriarty <moritz@animo.id>

* chore: fix missing import in init

generator did not pick up acapyclient to expose via init

Signed-off-by: Moriarty <moritz@animo.id>

* chore: fix imports

Signed-off-by: Moriarty <moritz@animo.id>

Signed-off-by: Moriarty <moritz@animo.id>
  • Loading branch information
morrieinmaas committed Sep 22, 2022
1 parent 046de2f commit 75f066c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Each Cloud Controller version maps to a specific ACA-Py version, which is outlin
| Aries Cloud Controller Version | Aries Cloud Agent Python Version |
| ------------------------------ | -------------------------------- |
| 0.5.1-0.5.2 | 0.7.3 |
| 0.6.0-0.6.1 | 0.7.4 |
| 0.6.0-0.6.2 | 0.7.4 |

## Features

Expand Down
3 changes: 3 additions & 0 deletions aries_cloudcontroller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from aries_cloudcontroller.acapy_client import AcaPyClient

from aries_cloudcontroller.api import (
ActionMenuApi,
BasicmessageApi,
Expand Down Expand Up @@ -298,6 +300,7 @@
)

__all__ = [
"AcaPyClient",
"AMLRecord",
"ActionMenuFetchResult",
"AdminConfig",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def parse_requirements(filename: str):
if __name__ == "__main__":
setup(
name=PACKAGE_NAME,
version="0.6.1",
version="0.6.2",
description="A simple python package for controlling an aries agent through the admin-api interface",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 75f066c

Please sign in to comment.