Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonym committed Sep 23, 2020
1 parent d73a587 commit 84b9772
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ Changelog

* Update to Grimp v1.2, significantly increasing speed of building the graph.

1.1
---
1.1 (2020-6-29)
---------------

* Bring 1.1 out of beta.


latest
------
1.2 (2020-9-23)
---------------

* Upgrade Grimp to 1.2.2.
* Add SetField
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.1'
release = '1.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(*names, **kwargs):

setup(
name="import-linter",
version="1.1",
version="1.2",
license="BSD 2-Clause License",
description="Enforces rules for the imports within and between Python packages.",
long_description=read("README.rst"),
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.1"
__version__ = "1.2"

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

0 comments on commit 84b9772

Please sign in to comment.