Skip to content

Commit

Permalink
Merge pull request #381 from OpenDataServices/release-0.15.3
Browse files Browse the repository at this point in the history
release: Make 0.15.3 release
  • Loading branch information
Bjwebb authored Feb 23, 2021
2 parents 83a4ef2 + 3b26e8a commit 292fd23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
${{ runner.os }}-pip-
- run: pip install --upgrade -r requirements_dev.txt
- run: py.test --cov .
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls
#- env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: coveralls
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed

## [0.15.3] - 2020-02-23

- use-titles: Use $ref'erring title if available https://github.com/OpenDataServices/flatten-tool/pull/368
- create-template --no-deprecated-fields: Did not work if deprecated element at same level as a $ref https://github.com/OpenDataServices/flatten-tool/issues/185#issuecomment-719587348

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(self):

setup(
name="flattentool",
version="0.15.2",
version="0.15.3",
author="Open Data Services",
author_email="code@opendataservices.coop",
packages=["flattentool"],
Expand Down

0 comments on commit 292fd23

Please sign in to comment.