Skip to content

Commit 3cceceb

Browse files
committed
Fix #301 (by upgrading to umapi-client 2.9).
Also update release notes and version for rc3.
1 parent e9caf07 commit 3cceceb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for User Sync Tool Version 2.2.2
22

3-
These notes apply to v2.2.2rc2 of 2017-10-29.
3+
These notes apply to v2.2.2rc3 of 2017-11-14.
44

55
## New Features
66

@@ -16,6 +16,8 @@ These notes apply to v2.2.2rc2 of 2017-10-29.
1616

1717
[#293](https://github.com/adobe-apiplatform/user-sync.py/issues/293): Don't crash when existing users are added to secondaries.
1818

19+
[#301](https://github.com/adobe-apiplatform/user-sync.py/issues/301): User Sync fails when adding more than 10 groups to a user.
20+
1921
## Compatibility with Prior Versions
2022

2123
There are no interface changes from prior versions.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
'pycryptodome',
4949
'pyldap==2.4.37',
5050
'PyYAML',
51-
'umapi-client>=2.8',
51+
'umapi-client>=2.9',
5252
'psutil',
5353
'keyring',
5454
'six'

user_sync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '2.2.2rc2'
21+
__version__ = '2.2.2rc3'

0 commit comments

Comments
 (0)