Skip to content

Commit

Permalink
[#3] v2.0.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Apr 30, 2024
1 parent 3312d29 commit 04baaa8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

v2.0.1 (2024-04-30)
-------------------
- [#543] Fix issue with parallel downloads to a directory [Raoul Schram]
- [#521] clearer documentation and errors regarding pam/pam_password [Daniel Moore]
- [#518] preserve login_<auth-type> internally generated exceptions [Daniel Moore]
- [#522][#523] allow '=' and ';' in PAM passwords [Daniel Moore]
- [#519] force verify mode to CERT_NONE if irods verify setting is explicitly none [Daniel Moore]
- [#526] can now opt out of strong primes to speed up SSL & PAM tests [Daniel Moore]
- [#3] make sure tempfile.mktemp imported where needed for tests [Daniel Moore]
- [#3] tweak compatibility to iRODS 4.3.2 [Daniel Moore]
- [#539] iRODS 4.3.2 rmgroup adaptation [Daniel Moore]

v2.0.0 (2024-02-12)
-------------------
- [#3] version bump for 2.0.0 [Terrell Russell]
Expand Down
2 changes: 1 addition & 1 deletion irods/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = '2.0.0'
__version__ = '2.0.1'

def version_as_string():
return os.environ.get('PYTHON_IRODSCLIENT_VERSION', __version__.strip())
Expand Down

0 comments on commit 04baaa8

Please sign in to comment.