Skip to content

Commit 4367c92

Browse files
committed
release: version 3.1.0
1 parent 9d3958f commit 4367c92

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.1.0 (2020-11-24)
2+
------------------
3+
4+
* upgraded streamson-lib to 6.2
5+
* added streamson binary - passes tests of stremson-bin
6+
* tox integration
7+
* refactor to use strategies similar to streamson-lib
8+
* python 3.9 compatibility
9+
110
3.0.0 (2020-09-03)
211
------------------
312

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "streamson-python"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
authors = ["Stepan Henek"]
55
edition = "2018"
66
description = "Python wrappers around streamson"
@@ -25,6 +25,7 @@ classifier = [
2525
"Programming Language :: Python :: 3.6",
2626
"Programming Language :: Python :: 3.7",
2727
"Programming Language :: Python :: 3.8",
28+
"Programming Language :: Python :: 3.9",
2829
"Programming Language :: Python",
2930
"Programming Language :: Rust",
3031
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manylinux = "2014"
88

99
[tool.poetry]
1010
name = "streamson-python"
11-
version = "3.0.0"
11+
version = "3.1.0"
1212
description = "Python wrappers around streamson"
1313
authors = ["Stepan Henek"]
1414
license = "MIT"

0 commit comments

Comments
 (0)