Skip to content

Commit

Permalink
Merge pull request #51 from daniperez/create-pull-request/patch
Browse files Browse the repository at this point in the history
[BOT] Update Vale to v3.6.0
  • Loading branch information
daniperez committed Jul 3, 2024
2 parents 6e82934 + fa39230 commit 7c997e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.6.0.0 (2024-07-03)

- Using Vale v3.6.0

## 3.5.0.0 (2024-06-09)

- Using Vale v3.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can add `vale` package as a dependency in your `setup.py`,
dependencies. For example, in `requirements.txt`:

```shell
vale==3.5.0
vale==3.6.0
```

The version of this Python package corresponds exactly to Vale's version. That
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name="vale"
# account for fixes to this package. That 4th number is needed because PyPi
# doesn't allow to re-release or upload deleted versions, every uploaded
# version must be unique.
version = "3.5.0.0"
version = "3.6.0.0"
authors = [
{ name="Dani Perez"},
]
Expand Down

0 comments on commit 7c997e8

Please sign in to comment.