Skip to content

Commit

Permalink
Merge pull request #41 from seddonym/update-grimp
Browse files Browse the repository at this point in the history
Update to grimp v1.0b9
  • Loading branch information
seddonym committed Apr 16, 2019
2 parents 0d09661 + 07f337b commit ffb78b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ Changelog
* Return the exit code correctly.
* Run lint-imports on Import Linter itself.
* Allow single values in ListField.


latest
------

* Update to Grimp v1.0b9, fixing error with using importlib.util.find_spec.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def read(*names, **kwargs):
],
install_requires=[
'click>=6,<8',
'grimp==1.0b8',
'grimp==1.0b9',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit ffb78b3

Please sign in to comment.