Skip to content

Commit bc3dd7c

Browse files
committed
Designate 0.2 release
1 parent 173f952 commit bc3dd7c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [v0.2rc0](https://github.com/scientific-python/lazy_loader/tree/v0.2rc0)
411

512
[Full Changelog](https://github.com/scientific-python/lazy_loader/compare/v0.1...v0.2rc0)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "lazy_loader"
7-
version = "0.2rc1.dev0"
7+
version = "0.2"
88
requires-python = ">=3.7"
99
authors = [{name = "Scientific Python Developers"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)