Skip to content

Commit

Permalink
Merge pull request #49 from daniperez/create-pull-request/patch
Browse files Browse the repository at this point in the history
[BOT] Update Vale to v3.4.2
  • Loading branch information
daniperez committed May 2, 2024
2 parents 3af453b + dece2ae commit 8418825
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.4.2.0 (2024-05-02)

- Using Vale v3.4.2

## 3.4.1.0 (2024-04-12)

- Using Vale v3.4.1
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.1
vale==3.4.2
```

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.1.0"
version = "3.4.2.0"
authors = [
{ name="Dani Perez"},
]
Expand Down

0 comments on commit 8418825

Please sign in to comment.