Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.16.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Romero committed Mar 2, 2021
2 parents 0d52b14 + e7c236e commit 0d14a4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The Grouper memberships are as follow:

For the latter, these portals and their association with University
organization code(s) are defined within this
[CSV file](https://raw.githubusercontent.com/ualibraries/ReQUIAM_csv/master/requiam_csv/data/research_themes.csv).
[CSV file](https://raw.githubusercontent.com/UAL-ODIS/ReQUIAM_csv/master/requiam_csv/data/research_themes.csv).

Note that access is granted to the service through membership in a Grouper
`figshare:active` group. These memberships are done indirectly based on
Expand Down Expand Up @@ -107,7 +107,7 @@ You can confirm installation via `conda list`
(figshare_patrons) $ conda list requiam
```

You should see that the version is `0.16.0`.
You should see that the version is `0.16.1`.

### Configuration Settings

Expand Down Expand Up @@ -296,11 +296,12 @@ Currently, there are two GitHub Action workflows:
A list of released features and their issue number(s).
List is sorted from moderate to minor revisions for reach release.

v0.16.0:
v0.16.0 - v0.16.1:
* Merge `grouper_admin` and `grouper_query` modules #87
* Complete adoption of f-strings #118
* New pull request templates #120
* CI build testing for Python 3.9 #121
* Update files to reflect ReQUIAM_csv org change #137

v0.15.0 - v0.15.1:
* GitHub actions for CI #105
Expand Down
2 changes: 1 addition & 1 deletion config/figshare.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ batch_delay = 0
sync_max = 1000

# Research themes CSV globals
csv_url_prefix = https://raw.githubusercontent.com/ualibraries/ReQUIAM_csv
csv_url_prefix = https://raw.githubusercontent.com/UAL-ODIS/ReQUIAM_csv
csv_version = master
csv_filename = requiam_csv/data/research_themes.csv
csv_url = %(csv_url_prefix)s/%(csv_version)s/%(csv_filename)s
Expand Down
2 changes: 1 addition & 1 deletion requiam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.16.0"
__version__ = "0.16.1"


class TimerClass(object):
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='v0.16.0',
version='v0.16.1',
packages=['requiam'],
url='https://github.com/ualibraries/ReQUIAM',
license='MIT License',
Expand Down

0 comments on commit 0d14a4a

Please sign in to comment.