Skip to content

Commit

Permalink
[#3] v1.1.8 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed May 18, 2023
1 parent c7fdd23 commit bb03bb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

v1.1.8 (2023-05-18)
-------------------
- [#450] test for setting/getting comments [Daniel Moore]
- [#377] fix iRODSSession connection timeout [Daniel Moore]
- [#450] Get property comments from replica object [Gwenael Leysour de Rohello]
- [#448] protect against bad parameters in modify_password [Daniel Moore]
- [#442] allow non-default string types in AVU fields [Daniel Moore]
- [#443] add NotLike (GenQuery 'NOT LIKE') operator [Daniel Moore]

v1.1.7 (2023-03-28)
-------------------
- [#435] unregister can target a single replica [Daniel Moore]
Expand Down
2 changes: 1 addition & 1 deletion irods/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.7'
__version__ = '1.1.8'

0 comments on commit bb03bb5

Please sign in to comment.