Skip to content

Commit dcc2e3e

Browse files
committed
Release 1.7.1
1 parent d70def6 commit dcc2e3e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.7.1 (2025-06-24)
2+
- New: Track logged in user
3+
- Fix: Batch aggregation links updated
4+
- Change: Set user to User.me() by default for new batch aggregation requests
5+
16
## 1.7.0 (2024-03-07)
27
- Fix: Improve MIME typing on auto detection for subject locations
38
- New: Add MIME type assignment to subject locations

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
),
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',
16-
version='1.7.0',
16+
version='1.7.1',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)