Skip to content

Commit

Permalink
v11.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Sep 11, 2024
1 parent 129346c commit b957582
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.4
hooks:
# Run the Ruff linter.
- id: ruff
Expand All @@ -27,7 +27,7 @@ repos:
stages: [ push ]

- repo: https://github.com/adamchainz/django-upgrade
rev: 1.20.0
rev: 1.21.0
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

**11.2.2** (2024-09-11)
* Fixed issue with package name
* Updated linters

**11.2.1** (2024-08-12)
* Fixed test matrix

Expand Down
2 changes: 1 addition & 1 deletion ambient_toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Python toolbox of Ambient Digital containing an abundance of useful tools and gadgets."""

__version__ = "11.2.1"
__version__ = "11.2.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["flit_core>=3.4"]
build-backend = "flit_core.buildapi"

[project]
name = "ambient_toolbox"
name = "ambient-toolbox"
authors = [
{'name' = 'Ambient Digital', 'email' = '[email protected]'},
]
Expand Down

0 comments on commit b957582

Please sign in to comment.