You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Aries Cloud Agent Python Changelog
2
2
3
-
## 1.3.1rc2
3
+
## 1.3.1
4
4
5
-
### June 26, 2025
5
+
### July 02, 2025
6
6
7
7
ACA-Py 1.3.1 is a maintenance release that focuses on improving reliability, developer experience, and project documentation. It includes important fixes, updated links and metadata, and minor enhancements, particularly in support of long-term stability and governance clarity.
8
8
@@ -63,6 +63,7 @@ There are no breaking changes in this release.
63
63
- TestDeleteTails testcase fixes and indexError fix [#3727](https://github.com/openwallet-foundation/acapy/pull/3727)[ann-aot](https://github.com/ann-aot)
64
64
- Regress test to check #2818 issue [#3721](https://github.com/openwallet-foundation/acapy/pull/3721)[andrepestana-aot](https://github.com/andrepestana-aot)
65
65
-**Dependency and Environment Updates**
66
+
-:art: Code cleanup and :arrow_up: lock file update [\#3808](https://github.com/openwallet-foundation/acapy/pull/3808)[ff137](https://github.com/ff137)
@@ -81,8 +82,9 @@ There are no breaking changes in this release.
81
82
- Tag and Recreate ACA-Py LTS Release [#3735](https://github.com/openwallet-foundation/acapy/pull/3735)[pradeepp88](https://github.com/pradeepp88)
82
83
- Update images and tags to version 1.3.0 [#3708](https://github.com/openwallet-foundation/acapy/pull/3708)[jamshale](https://github.com/jamshale)
83
84
-**Dependabot PRs**
84
-
-[Link to list of Dependabot PRs in this release](https://github.com/openwallet-foundation/acapy/pulls?q=is%3Apr+is%3Amerged+merged%3A2025-05-01..2025-06-26+author%3Aapp%2Fdependabot+)
85
+
-[Link to list of Dependabot PRs in this release](https://github.com/openwallet-foundation/acapy/pulls?q=is%3Apr+is%3Amerged+merged%3A2025-05-01..2025-07-02+author%3Aapp%2Fdependabot+)
Copy file name to clipboardExpand all lines: docs/features/SupportedRFCs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ACA-Py or the repository `main` branch. Reminders (and PRs!) to update this page
8
8
welcome! If you have any questions, please contact us on the #aries channel on
9
9
[OpenWallet Foundation Discord](https://discord.gg/openwallet-foundation) or through an issue in this repo.
10
10
11
-
**Last Update**: 2025-06-26, Release 1.3.1rc2
11
+
**Last Update**: 2025-07-02, Release 1.3.1
12
12
13
13
> The checklist version of this document was created as a joint effort
14
14
> between [Northern Block](https://northernblock.io/), [Animo Solutions](https://animo.id/) and the Ontario government, on behalf of the Ontario government.
Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "acapy_agent"
3
-
version = "1.3.1rc2"
3
+
version = "1.3.1"
4
4
description = "(ACA-Py) A Cloud Agent Python is a foundation for building decentralized identity applications and services running in non-mobile environments. "
0 commit comments