Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Mar 25, 2024
1 parent f5b1782 commit e784c87
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 62 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.19.0 (2024-03-25)
-------------------

- Improved support for implicit/native namespace packages (#228, #230)

0.18.0 (2024-03-21)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Use the following configuration:
repos:
- repo: https://github.com/ariebovenberg/slotscheck
rev: v0.18.0
rev: v0.19.0
hooks:
- id: slotscheck
# If your Python files are not importable from the project root,
Expand Down
120 changes: 60 additions & 60 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slotscheck"
version = "0.18.0"
version = "0.19.0"
description = "Ensure your __slots__ are working properly."
authors = ["Arie Bovenberg <a.c.bovenberg@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit e784c87

Please sign in to comment.