Verified Commit a5ec3512 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

Fix the version of mypy_extension.

parent e60248d7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
mypy (0.630-2) unstable; urgency=medium

  * Fix the version of mypy_extension. Closes: #909070, #909068

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Tue, 18 Sep 2018 11:38:12 -0700

mypy (0.630-1) unstable; urgency=medium

  * New upstream release.
+13 −0
Original line number Diff line number Diff line
Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: match the published version on PyPI
--- mypy.orig/extensions/setup.py
+++ mypy/extensions/setup.py
@@ -2,7 +2,7 @@
 
 from setuptools import setup
 
-version = '0.5.0-dev'
+version = '0.4.1'
 description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
 long_description = '''
 Mypy Extensions
+1 −0
Original line number Diff line number Diff line
adjust-test-py-path
adjust-mypy-extensions-version