Skip to content

Commit

Permalink
Bump version: v0.16.3 -> v0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Apr 2, 2021
1 parent 61c851c commit 531411a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can confirm installation via `conda list`
(figshare_patrons) $ conda list requiam
```

You should see that the version is `0.16.3`.
You should see that the version is `0.16.4`.

### Configuration Settings

Expand Down Expand Up @@ -294,14 +294,15 @@ 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.3:
v0.16.0 - v0.16.4:
* 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
* Minor: Update bug report template #131
* Update URLs for organization migration #132
* Bug: Argument parsing does not properly handle integer input for comparison #143

v0.15.0 - v0.15.1:
* GitHub actions for CI #105
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.3"
__version__ = "0.16.4"


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.3',
version='v0.16.4',
packages=['requiam'],
url='https://github.com/UAL-ODIS/ReQUIAM',
license='MIT License',
Expand Down

0 comments on commit 531411a

Please sign in to comment.