Skip to content

Commit

Permalink
Merge pull request #50 from daniperez/create-pull-request/patch
Browse files Browse the repository at this point in the history
[BOT] Update Vale to v3.5.0
  • Loading branch information
daniperez authored Jun 9, 2024
2 parents 8418825 + d9d05bc commit 6e82934
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.5.0.0 (2024-06-09)

- Using Vale v3.5.0

## 3.4.2.0 (2024-05-02)

- Using Vale v3.4.2
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.4.2
vale==3.5.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.4.2.0"
version = "3.5.0.0"
authors = [
{ name="Dani Perez"},
]
Expand Down

0 comments on commit 6e82934

Please sign in to comment.