Signed-off-by: Alfredo Deza <alfredo@deza.pe>
+0.0.19
+------
+* Fix ``vendor.py`` to really include the proper tag for ``execnet``
+
+0.0.18
+------
+* Use execnet 1.2post2 that fixes a problem with ``None`` globals (see issue
+ #1)
+
0.0.17
------
* add some imports to init so that they are easier to use
from . import connection
-__version__ = '0.0.18'
+__version__ = '0.0.19'
clean_vendor('execnet')
else:
vendorize([
- ('execnet', '1.2.post2', 'https://github.com/alfredodeza/execnet'),
+ ('execnet', '1.2post2', 'https://github.com/alfredodeza/execnet'),
])
# XXX define this in one place, so that we avoid making updates
# in two places
vendor_requirements = [
- ('execnet', '1.2.post1', 'https://github.com/alfredodeza/execnet'),
+ ('execnet', '1.2post2', 'https://github.com/alfredodeza/execnet'),
]
vendorize(vendor_requirements)