Skip to content

Commit 593c4bd

Browse files
authored
chore: release of 0.6.2
Merge pull request #44 from Logic-py/develop
2 parents 0c22b28 + 2128ed0 commit 593c4bd

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,9 @@ jobs:
136136
body: |
137137
${{ env.CHANGELOG }}
138138
139-
**Full Changelog**:
139+
**Full Changelog**: ${{ env.URL }}
140+
draft: false
141+
prerelease: false
142+
target_commitish: main
143+
env:
144+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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 = "python-template"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Used to templatize python projects."
55
authors = ["Loïc Motheu <lmotheu@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)