Skip to content

Commit ecb5658

Browse files
committed
version bump
1 parent 6662f44 commit ecb5658

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
---------
33

4+
v0.4.13
5+
=======
46
- GraphQL basic support (See examples/graphql)
57

68
v0.4.12

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.12'
27+
release = '0.4.13'
2828

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

rsocket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.12'
1+
__version__ = '0.4.13'

0 commit comments

Comments
 (0)