Skip to content

Commit

Permalink
Fix bug in legacy qt utility function (#119)
Browse files Browse the repository at this point in the history
* Fix bug in legacy qt utility function
* Bump version to 0.14.1
  • Loading branch information
berendkleinhaneveld authored Dec 15, 2023
1 parent 3fcc63c commit 9ef16f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion observ/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.14.0"
__version__ = "0.14.1"


from .init import init, loop_factory
Expand Down
2 changes: 2 additions & 0 deletions observ/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class Scheduler:
"waiting",
"request_flush",
"detect_cycles",
"timer",
"__weakref__",
)

def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "observ"
version = "0.14.0"
version = "0.14.1"
description = "Reactive state management for Python"
authors = [
"Korijn van Golen <[email protected]>",
Expand Down

0 comments on commit 9ef16f0

Please sign in to comment.