Skip to content

Commit

Permalink
grouper2.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
yhan818 committed Sep 23, 2021
1 parent b78ce1f commit 1e95af7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 80 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog


## [v1.0.1](https://github.com/UAL-RE/ReQUIAM/tree/v1.0.1) (2021-09-15)
**Implemented enhancements:**
- Enhancement: Grouper v2.5 implemented.
[#161](https://github.com/UAL-RE/ReQUIAM/pull/161)

**Closed issues:**
[#116](https://github.com/UAL-RE/ReQUIAM/pull/116)

## [v1.0.0](https://github.com/UAL-RE/ReQUIAM/tree/v1.0.0) (2021-07-22)


**Implemented enhancements:**
- Enhancement: Sphinx documentation with RTDs
[#159](https://github.com/UAL-RE/ReQUIAM/pull/159)
Expand Down
4 changes: 2 additions & 2 deletions config/figshare.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ ldap_base_dn = dc=eds,dc=arizona,dc=edu
ldap_user = figshare
ldap_password = ***override***
grouper_host = grouper.iam.arizona.edu
grouper_base_path = grouper-ws/servicesRest/json/v2_2_001
grouper_base_path = grouper-ws/servicesRest/json/v2_5_001
grouper_user = figshare
grouper_password = ***override***
batch_size = 100
batch_timeout = 60
batch_timeout = 100
batch_delay = 0
sync_max = 1000

Expand Down
75 changes: 0 additions & 75 deletions config/figshare_grouper25.ini

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Chun Ly, UA Research Data Repository (ReDATA) Team'

# The full version, including alpha/beta/rc tags
release = 'v1.0.0'
release = 'v1.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requiam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Union
from datetime import datetime

__version__ = "1.0.0"
__version__ = "1.0.1"

CODE_NAME = 'ReQUIAM'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='requiam',
version='v1.0.0',
version='v1.0.1',
packages=['requiam'],
url='https://github.com/UAL-RE/ReQUIAM',
license='MIT License',
Expand Down

0 comments on commit 1e95af7

Please sign in to comment.