Skip to content

Commit

Permalink
Merge pull request #129 from kids-first/release-1.5.1
Browse files Browse the repository at this point in the history
🏷 Release 1.5.1
  • Loading branch information
dankolbman authored Jan 28, 2019
2 parents 483fdba + 47ea736 commit fafa273
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Kids First Release Coordinator Release 1.5.1

## Features

### Summary

Feature Emojis: 🐳x1
Feature Labels: [refactor](https://api.github.com/repos/kids-first/kf-api-release-coordinator/labels/refactor) x1

### New features and changes

- (#127) 🐳 Docker refactor - @dankolbman

# Kids First Release Coordinator Release 1.5.0

## Features
Expand Down
2 changes: 1 addition & 1 deletion coordinator/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
schema_view = get_schema_view(
openapi.Info(
title="Release Coordinator API",
default_version='1.5.0',
default_version='1.5.1',
description=description,
license=openapi.License(name="Apache 2.0"),
),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="kf-api-coordinator",
version="1.5.0",
version="1.5.1",
description="Release Coordinator",
license="Apache 2",
packages=find_packages()
Expand Down

0 comments on commit fafa273

Please sign in to comment.