Skip to content

Commit

Permalink
Update CHANGELOG.md (#315)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

Add change log details

* Update setup.py
  • Loading branch information
Tooyosi authored Jun 11, 2024
1 parent 6bd0f53 commit f32c945
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.6.2 (2024-07-11)
- Fix: Documentation fixes
- Fix: Caesar connect respect connection env
- New: Add fetch_settings to project_preferences class
- New: Add support for SubjectSet metadata as editable attribute
- Fix: Remove max limit on dependency versions

## 1.6.1 (2023-07-11)
Change: Manifest file now ensures the license is included on PyPI.
Change: When linking subjects to a set, the set is reloaded to avoid stale object errors.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
),
long_description=long_description,
long_description_content_type='text/markdown',
version='1.6.1',
version='1.6.2',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit f32c945

Please sign in to comment.