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 2af36f8 commit 2fe823dCopy full SHA for 2fe823d
CHANGELOG.md
@@ -1,10 +1,10 @@
1
# Changelog for nats-python
2
3
-## 0.4.0 (2018-XX-XX)
+## 0.4.0 (2018-09-24)
4
5
- Use `BytesIO` as read buffer
6
7
-## 0.3.0 (2018-09-25)
+## 0.3.0 (2018-09-21)
8
9
- Improved receive messages logic
10
- Fixed regex deprecation warnings
pyproject.toml
@@ -19,7 +19,7 @@ exclude = '''
19
20
[tool.poetry]
21
name = "nats-python"
22
-version = "0.4.0-alpha.0"
+version = "0.4.0"
23
description = "Python client for NATS messaging system"
24
authors = [
25
"Nikita Grishko <gr1n@protonmail.com>"
0 commit comments