Skip to content

Commit de93969

Browse files
committed
Version 1.2.0
1 parent 65476e9 commit de93969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3
22

3-
RUN pip install -U pip && pip install changerelease==1.1.1
3+
RUN pip install -U pip && pip install changerelease==1.2.0
44

55
COPY entrypoint.sh /
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "changerelease"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "Sync GitHub Releases with CHANGELOG.md"
55
authors = ["Dave Gaeddert <dave.gaeddert@dropseed.io>"]
66
license = "MIT"

0 commit comments

Comments
 (0)