Skip to content

Commit

Permalink
Prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Apr 27, 2021
1 parent 8936fda commit d1df29d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

2.0.0 - 2021-04-27
------------------

* BREAKING CHANGE: Files that are ignored in isort's own configuration will now be skipped


1.3.0 - 2021-01-13
------------------

Expand Down
2 changes: 1 addition & 1 deletion pytest_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import py
import pytest

__version__ = '1.3.0'
__version__ = '2.0.0'


MTIMES_HISTKEY = 'isort/mtimes'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


VERSION = '1.3.0'
VERSION = '2.0.0'


def read(*parts):
Expand Down

0 comments on commit d1df29d

Please sign in to comment.