We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe823d commit e44e936Copy full SHA for e44e936
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog for nats-python
2
3
+## 0.5.0 (2018-XX-XX)
4
+
5
## 0.4.0 (2018-09-24)
6
7
- Use `BytesIO` as read buffer
pyproject.toml
@@ -19,7 +19,7 @@ exclude = '''
19
20
[tool.poetry]
21
name = "nats-python"
22
-version = "0.4.0"
+version = "0.5.0-alpha.0"
23
description = "Python client for NATS messaging system"
24
authors = [
25
"Nikita Grishko <gr1n@protonmail.com>"
0 commit comments