We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173f952 commit bc3dd7cCopy full SHA for bc3dd7c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [v0.2rc0](https://github.com/scientific-python/lazy_loader/tree/v0.2)
4
+
5
+[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1...v0.2)
6
7
+There were no changes since the release candidate, so
8
+see release notes for v0.2rc0 below for details.
9
10
## [v0.2rc0](https://github.com/scientific-python/lazy_loader/tree/v0.2rc0)
11
12
[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1...v0.2rc0)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "lazy_loader"
-version = "0.2rc1.dev0"
+version = "0.2"
requires-python = ">=3.7"
authors = [{name = "Scientific Python Developers"}]
readme = "README.md"
0 commit comments