Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.13.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Romero committed Nov 24, 2020
2 parents 8e414a8 + ab3ca94 commit 7d56866
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Enhancement
about: Provide specifics for a new feature or request
title: 'Enhancement: ____(provide a descriptive name)'
labels: enhancement
assignees: ''

---

**Summary (REQUIRED)**
<!--A clear and concise description of what the enhancement is and its scope.
Consider including the expected behavior of new features here.-->

**Motivation (REQUIRED)**
<!--Describe why the enhancement is needed.-->

**Objectives (REQUIRED)**
<!--List the indicators of success.-->

**Proposal (REQUIRED)**
<!--An actual plan of action of how the enhancement will be implemented.-->

**Testing notes (Optional)**
<!--This is strongly suggested for new features.-->

**Additional notes (Optional)**
<!--Add any notes about the enhancement here.-->

<!--Branch info-->
**Implemented in**: TBD <!--`feature/feature_name` or `hotfix/v?.?.?` #(PR No) -->
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.13.6`.
You should see that the version is `0.13.7`.

### Configuration Settings

Expand Down Expand Up @@ -276,7 +276,8 @@ 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.13.0 - v0.13.6:
v0.13.0 - v0.13.7:
* Add `enhancement` template #100
* Make scripts executable #82, #95
* Enhancements to `script_run` script:
- Option to run with subset of org codes or portal names #65
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.13.6"
__version__ = "0.13.7"


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

0 comments on commit 7d56866

Please sign in to comment.