Skip to content

Commit e8bc783

Browse files
committed
prepare for 2.5.1 release.
1 parent f211acb commit e8bc783

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,10 @@ Bug fix release:
8585

8686
* [Issue 44](https://github.com/adobe-apiplatform/umapi-client.py/issues/44)
8787
* Default behavior of UsersQuery is now correct: only return direct memberships in the info about queried users.
88+
89+
### Version 2.5.1
90+
91+
Bug fix release:
92+
93+
* [Issue 47](https://github.com/adobe-apiplatform/umapi-client.py/issues/47)
94+
* When an immediate retry was done due to a timeout, there was a logging error.

umapi_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = "2.5"
21+
__version__ = "2.5.1"

0 commit comments

Comments
 (0)