Skip to content
Snippets Groups Projects
Commit 890d8baf authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Prepare 1.4.9

parent b34887a9
No related branches found
No related tags found
No related merge requests found
Change log for the astroid package (used to be astng)
=====================================================
 
--
2016-12-18 -- 1.4.9
* Cast __path__ to a list in _module_file
_path__ can be an '_frozen_importlib_external._NamespacePath'
object for a namespace module (declared by setuptools) with python 3.5+
This should prevent a crash ocurring when working with namespace packages.
* Add support for pytest 3.0.
 
2016-07-27 -- 1.4.8
Loading
Loading
Loading
Loading
@@ -20,7 +20,7 @@ distname = 'astroid'
 
modname = 'astroid'
 
numversion = (1, 4, 8)
numversion = (1, 4, 9)
version = '.'.join([str(num) for num in numversion])
 
install_requires = ['six', 'lazy_object_proxy', 'wrapt']
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment