Skip to content

Commit

Permalink
Release v1.11b1
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonym committed Aug 17, 2023
1 parent 5b0efbb commit 0f2d925
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN_IMPORT_LINTER }}
password: ${{ secrets.PYPI_API_TOKEN_IMPORT_LINTER }}
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

latest
------
1.11b1 (2023-08-17)
-------------------

* Update to Grimp 3.0.
* Update to Grimp 3.0b3.
* Use Grimp's find_illegal_dependencies_for_layers method in independence contracts.

1.10.0 (2023-07-06)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.10.0'
release = '1.11b1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "import-linter"
version = "1.10.0"
version = "1.11b1"
license = {text = "BSD 2-Clause License"}
description = "Enforces rules for the imports within and between Python packages."
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/importlinter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.10.0"
__version__ = "1.11b1"

from .application import output # noqa
from .domain import fields # noqa
Expand Down

0 comments on commit 0f2d925

Please sign in to comment.