Skip to content

Commit b6b7117

Browse files
committed
Bump version
1 parent af5549b commit b6b7117

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ Using the following categories, list your changes in this order:
104104
- Rename `configure` to `create_router`.
105105
- Rename from `idom-router` to `reactpy-router`.
106106

107-
[Unreleased]: https://github.com/reactive-python/reactpy-router/compare/1.0.1...HEAD
107+
[Unreleased]: https://github.com/reactive-python/reactpy-router/compare/1.0.2...HEAD
108+
[1.0.2]: https://github.com/reactive-python/reactpy-router/compare/1.0.1...1.0.2
108109
[1.0.1]: https://github.com/reactive-python/reactpy-router/compare/1.0.0...1.0.1
109110
[1.0.0]: https://github.com/reactive-python/reactpy-router/compare/0.1.1...1.0.0
110111
[0.1.1]: https://github.com/reactive-python/reactpy-router/compare/0.1.0...0.1.1

src/reactpy_router/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# the version is statically loaded by setup.py
2-
__version__ = "1.0.1"
2+
__version__ = "1.0.2"
33

44

55
from reactpy_router.components import link, navigate, route

0 commit comments

Comments
 (0)