We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5b1281d commit a60496bCopy full SHA for a60496b
CHANGES.rst
@@ -1,3 +1,13 @@
1
+v5.10.0
2
+=======
3
+
4
+* #203: Lifted restriction on modules passed to ``as_file``.
5
+ Now modules need not be a package and if a non-package
6
+ module is passed, resources will be resolved adjacent to
7
+ those modules, even for modules not found in any package.
8
+ For example, ``files(import_module('mod.py'))`` will
9
+ resolve resources found at the root.
10
11
v5.9.0
12
======
13
0 commit comments