Skip to content

Commit

Permalink
Merge pull request #249 from UAL-RE/release/v1.1.7
Browse files Browse the repository at this point in the history
Bump version: v1.1.6 -> v1.1.7
  • Loading branch information
zoidy authored Mar 31, 2022
2 parents 4877b1a + c1f6bc8 commit be89416
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v1.1.7](https://github.com/UAL-RE/LD-Cool-P/tree/v1.1.7) (2022-03-31)

**Closed issues:**
- Chore: Update README template headers
[#247](https://github.com/UAL-RE/LD-Cool-P/issues/247)

**Merged pull requests:**
- Chore: Update README template headers
[#248](https://github.com/UAL-RE/LD-Cool-P/pull/248)

## [v1.1.6](https://github.com/UAL-RE/LD-Cool-P/tree/v1.1.6) (2021-07-22)

**Fixed bugs:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can confirm installation via `conda list`
(curation) $ conda list ldcoolp
```

You should see that the version is `1.1.6`.
You should see that the version is `1.1.7`.

### Configuration Settings

Expand Down
2 changes: 1 addition & 1 deletion ldcoolp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from os import path

__version__ = "1.1.6"
__version__ = "1.1.7"

CODE_NAME = "LD-Cool-P"

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='ldcoolp',
version='1.1.6',
version='1.1.7',
packages=['ldcoolp'],
url='https://github.com/UAL-RE/LD-Cool-P',
license='MIT License',
Expand Down

0 comments on commit be89416

Please sign in to comment.