Skip to content

Commit 4ced6c7

Browse files
committed
Bump version
1 parent 4596986 commit 4ced6c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ We're happy to announce the release of lazy_loader 0.4!
55
## Enhancements
66

77
- 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)).
99

1010
## Bug Fixes
1111

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)).
1313
- Make `lazy_load.load` partially thread-safe ([#90](https://github.com/scientific-python/lazy_loader/pull/90)).
1414

1515
## Documentation

lazy_loader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import types
1515
import warnings
1616

17-
__version__ = "0.4"
17+
__version__ = "0.5rc0.dev0"
1818
__all__ = ["attach", "load", "attach_stub"]
1919

2020

0 commit comments

Comments
 (0)