File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ We're happy to announce the release of lazy_loader 0.4!
5
5
## Enhancements
6
6
7
7
- ENH: Add require argument to load() to accept version specifiers ([ #48 ] ( https://github.com/scientific-python/lazy_loader/pull/48 ) ).
8
- - Add version as __ version __ ([ #97 ] ( https://github.com/scientific-python/lazy_loader/pull/97 ) ).
8
+ - Add version as ** version ** ([ #97 ] ( https://github.com/scientific-python/lazy_loader/pull/97 ) ).
9
9
10
10
## Bug Fixes
11
11
12
- - Avoid exception when __ frame_data [ "code_context"] is None ([ #83 ] ( https://github.com/scientific-python/lazy_loader/pull/83 ) ).
12
+ - Avoid exception when \_\_ frame_data [ "code_context"] is None ([ #83 ] ( https://github.com/scientific-python/lazy_loader/pull/83 ) ).
13
13
- Make ` lazy_load.load ` partially thread-safe ([ #90 ] ( https://github.com/scientific-python/lazy_loader/pull/90 ) ).
14
14
15
15
## Documentation
Original file line number Diff line number Diff line change 14
14
import types
15
15
import warnings
16
16
17
- __version__ = "0.4 "
17
+ __version__ = "0.5rc0.dev0 "
18
18
__all__ = ["attach" , "load" , "attach_stub" ]
19
19
20
20
You can’t perform that action at this time.
0 commit comments