Skip to content

Commit

Permalink
Fix get_injector lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel V. Pristupa committed Jun 1, 2021
1 parent 4a7bb6d commit 89adab4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [9.2.0] - 2021-06-01

### Bugfixes
- get_injector() is called lazily

## [9.1.0] - 2021-06-01

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion winter/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '9.1.0'
__version__ = '9.2.0'

0 comments on commit 89adab4

Please sign in to comment.