Skip to content

Commit

Permalink
Release 0.13.0 (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Aug 7, 2024
1 parent c00c793 commit d7e372a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Version 0.13.0 (August 7, 2024)

- Flag use of generators that are immediately discarded (#800)
- Fix crash on some occurrences of `ParamSpec` in stub files (#797)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.black]
target_version = ['py38']
target-version = ['py38']
include = '\.pyi?$'
skip-magic-trailing-comma = true
preview = true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

version = "0.12.0"
version = "0.13.0"
package_data = ["test.toml", "stubs/*/*.pyi"]


Expand Down

0 comments on commit d7e372a

Please sign in to comment.