Skip to content

Commit

Permalink
Bump version: v0.12.0 -> v0.12.1 #66
Browse files Browse the repository at this point in the history
Update README.md changelog
  • Loading branch information
astrochun committed Oct 1, 2020
1 parent 79608c2 commit cd5ccde
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 @@ -99,7 +99,7 @@ You can confirm installation via `conda list`
(figshare_patrons) $ conda list requiam
```

You should see that the version is `0.12.0`.
You should see that the version is `0.12.1`.

### Configuration Settings

Expand Down Expand Up @@ -256,13 +256,14 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
A list of released features and their issue number(s).
List is sorted from moderate to minor revisions for reach release.

v0.12.0:
v0.12.0 - 0.12.1:
* Grouper API tool, `GrouperAPI` #42, #60
* Grouper group creation with `add_grouper_group` script #42, #58
* Include `multi-user` feature for `user_update` script #52
* Re-vamp of logging in all scripts and classes #57
* Minor: buffering of `pandas` DataFrame for `script_run` #64
* Minor: Code refactoring in `grouper_query`, `ManualOverride` #62, #63
* Minor: Perform checks to ensure that Grouper groups exist before API calls #66

v0.11.0 - 0.11.3:
* Include manual override tool, `ManualOverride` #31, #47
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.12.0"
__version__ = "0.12.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.12.0',
version='v0.12.1',
packages=find_packages('requiam'),
url='https://github.com/ualibraries/ReQUIAM',
license='MIT License',
Expand Down

0 comments on commit cd5ccde

Please sign in to comment.