We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23b305 commit 9052036Copy full SHA for 9052036
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v2.0.1
4
+
5
+- update setup.py classifiers to properly define this project as status 5: Production / Stable
6
+- update README.md with transition to `mypy` as our static type check tool
7
8
## v2.0.0
9
10
Backwards incompatible gasp table change introduced in this release
lib/dehinter/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-version = __version__ = "2.0.0"
+version = __version__ = "2.0.1"
0 commit comments