Skip to content

Commit

Permalink
Release 0.11.5
Browse files Browse the repository at this point in the history
  * Improves windows support.
  * Fixes wildcard import warning hook.
  • Loading branch information
bwhmather committed Mar 28, 2022
1 parent f179281 commit 0e884c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ and registering ssort in your `.pre-commit-config.yaml`.
repos:
# ...
- repo: https://github.com/bwhmather/ssort
rev: 0.11.4
rev: 0.11.5
hooks:
- id: ssort
- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion src/ssort/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
assert UnknownEncodingError is not None
assert WildcardImportError is not None

__version__ = "0.11.4"
__version__ = "0.11.5"
__all__ = ["ssort"]

0 comments on commit 0e884c8

Please sign in to comment.