Skip to content

Commit

Permalink
Release v1.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonym committed Apr 16, 2019
1 parent ffb78b3 commit 8d834e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Changelog
* Allow single values in ListField.


latest
------
1.0b2 (2019-4-16)
-----------------

* Update to Grimp v1.0b9, fixing error with using importlib.util.find_spec.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.0b1'
release = '1.0b2'


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

setup(
name='import-linter',
version='1.0b1',
version='1.0b2',
license='BSD 2-Clause License',
description="Enforces rules for the internal and external imports within your Python project.",
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.0b1'
__version__ = '1.0b2'

from .domain.contract import Contract, ContractCheck # noqa
from .domain import fields # noqa
Expand Down

0 comments on commit 8d834e6

Please sign in to comment.