Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BOT] Update Vale to v3.9.3 #62

Merged
merged 2 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.9.3.0 (2025-01-12)

- Using Vale v3.9.3

## 3.9.2.1 (2025-01-12)

- Adds proper support for Macs, at least for the ones
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.9.2
vale==3.9.3
```

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