8000 Release v3.2.0 · GetStream/stream-python@1c3b9cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c3b9cd

Browse files
committed
Release v3.2.0
1 parent 5b426ee commit 1c3b9cd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Change history
33
================
44

5+
=====
6+
3.2.0
7+
=====
8+
:release-date: 2020-03-17
9+
:by: Ferhat Elmas
10+
11+
Add open graph scrape support
12+
Update python support (drop 2.6, add 3.8)
13+
Fixes in docs for collections and personalization
14+
515
=====
616
3.1.1
717
=====

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ def run_tests(self):
6565
"Development Status :: 5 - Production/Stable",
6666
"License :: OSI Approved :: BSD License",
6767
"Natural Language :: English",
68-
"Programming Language :: Python :: 2.6",
6968
"Programming Language :: Python :: 2.7",
7069
"Programming Language :: Python :: 3",
7170
"Programming Language :: Python :: 3.4",
7271
"Programming Language :: Python :: 3.5",
7372
"Programming Language :: Python :: 3.6",
7473
"Programming Language :: Python :: 3.7",
74+
"Programming Language :: Python :: 3.8",
7575
"Topic :: Software Development :: Libraries :: Python Modules",
7676
],
7777
)

stream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__copyright__ = "Copyright 2014, Stream.io, Inc"
66
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
77
__license__ = "BSD-3-Clause"
8-
__version__ = "3.1.1"
8+
__version__ = "3.2.0"
99
__maintainer__ = "Thierry Schellenbach"
1010
__email__ = "support@getstream.io"
1111
__status__ = "Production"

0 commit comments

Comments
 (0)
0