Skip to content

Commit 8500d13

Browse files
committed
chore:update version
1 parent 3de8b0a commit 8500d13

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This file documents any relevant changes.
44

5+
## [0.9.1] - 2022-07-08
6+
- fix: unicode urls
7+
58
## [0.9.0] - 2022-04-22
69
- switched host back to localhost
710
- collect subprocesses and try to kill on exit

src/app_server/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515

16-
__version__ = "0.9.0"
16+
__version__ = "0.9.1"
1717

1818
subprocesses = []
1919

0 commit comments

Comments
 (0)