Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Updates for v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 8, 2020
1 parent 60c41d3 commit b515d21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.4.7
[PR #27](https://github.com/brettcannon/release-often/pull/27): Fix a name (thanks [brettcannon](https://github.com/brettcannon))

# 0.4.6
Set `PYTHONPATH` in the container

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 = "release_often"
version = "0.4.6"
version = "0.4.7"
description = "GitHub Action for releasing a Python project to PyPI after every relevant, merged PR"
authors = ["Brett Cannon <brett@python.org>"]
license = "MIT"
Expand Down

0 comments on commit b515d21

Please sign in to comment.