Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Sep 6, 2020
1 parent 494b95d commit 2fd975a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3

RUN pip install -U pip && pip install changerelease==1.1.0
RUN pip install -U pip && pip install changerelease==1.1.1

COPY entrypoint.sh /

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "changerelease"
version = "1.1.0"
version = "1.1.1"
description = "Sync GitHub Releases with CHANGELOG.md"
authors = ["Dave Gaeddert <dave.gaeddert@dropseed.io>"]
license = "MIT"
Expand Down

0 comments on commit 2fd975a

Please sign in to comment.