Skip to content

Commit

Permalink
Bump version: v0.11.2 -> v0.11.3 #56
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Sep 17, 2020
1 parent 1880543 commit 28bdae1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ You can confirm installation via `conda list`
(figshare_patrons) $ conda list requiam
```

You should see that the version is `0.11.2`.
You should see that the version is `0.11.3`.

### Configuration Settings

Expand Down Expand Up @@ -226,12 +226,13 @@ 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.11.0 - 0.11.2:
v0.11.0 - 0.11.3:
* Include `manual_override` tool #31, #47
* Ability to add and remove users from the `figshare:active` group #43
* Minor: Packaging/re-organization of scripts into `scripts/` #44
* Minor: Updates to scripts #44, #49, #50

* Minor: Add option for persistent storage of logs

v0.10.0 - 0.10.2:
* Illustration of software architecture workflow diagram #29
* Documentation update for configuration settings
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.11.2"
__version__ = "0.11.3"


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.11.2',
version='v0.11.3',
packages=find_packages('requiam'),
url='https://github.com/ualibraries/ReQUIAM',
license='MIT License',
Expand Down

0 comments on commit 28bdae1

Please sign in to comment.