Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Sep 7, 2020
1 parent e3a87ae commit 0dd8a22
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.2.0
RUN pip install -U pip && pip install changerelease==1.3.0

RUN echo '#!/bin/sh -ex\nchangerelease sync $@' > /entrypoint.sh && chmod +x /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.2.0"
version = "1.3.0"
description = "Sync GitHub Releases with CHANGELOG.md"
authors = ["Dave Gaeddert <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0dd8a22

Please sign in to comment.