Skip to content

Commit 407d847

Browse files
committed
version bump
1 parent 7696d7a commit 407d847

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
v0.4.18
5+
=======
6+
- Fixed Stalette/FastAPI implementation and added example using FastAPI server
7+
48
v0.4.17
59
=======
610
- python 3.13 support

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '0.4.17'
27+
release = '0.4.18'
2828

2929
# -- General configuration ---------------------------------------------------
3030

rsocket/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.17'
1+
__version__ = '0.4.18'

0 commit comments

Comments
 (0)