Skip to content

Commit e393b11

Browse files
committed
[#3] v1.1.4 and update changelog
1 parent 51c326a commit e393b11

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
v1.1.4 (2022-06-29)
5+
-------------------
6+
- [#372] eliminate SyntaxWarning ("is" operator being used with a literal) [Daniel Moore]
7+
- [#358] eliminate fcntl import [Daniel Moore]
8+
- [#368] ensure connection is finalized properly [Daniel Moore]
9+
- [#362] escape special characters in PAM passwords [Daniel Moore]
10+
- [#364] allow ADMIN_KW in all metadata operations [Daniel Moore]
11+
- [#365] allow set() method via iRODSMetaCollection [Daniel Moore]
12+
- [#3] update tests for 4.3.0 [Daniel Moore]
13+
- [irods/irods#844] fix access_test [Daniel Moore]
14+
- [#3][irods/irods#6124] adapt for ADMIN_KW in post-4.2.11 ModAVUMetadata api [Daniel Moore]
15+
- [#3][irods/irods#5927] test_repave_replica now passes in iRODS >= 4.2.12 [Daniel Moore]
16+
- [#3][irods/irods#6340] test_replica_number passes on 4.3.0 [Daniel Moore]
17+
418
v1.1.3 (2022-04-07)
519
-------------------
620
- [#356] Removing call to partially unsupported getpeername() [Kaivan Kamali]

irods/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.3'
1+
__version__ = '1.1.4'

0 commit comments

Comments
 (0)