File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
Change history
3
3
================
4
4
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
+
5
15
=====
6
16
3.1.1
7
17
=====
Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ def run_tests(self):
65
65
"Development Status :: 5 - Production/Stable" ,
66
66
"License :: OSI Approved :: BSD License" ,
67
67
"Natural Language :: English" ,
68
- "Programming Language :: Python :: 2.6" ,
69
68
"Programming Language :: Python :: 2.7" ,
70
69
"Programming Language :: Python :: 3" ,
71
70
"Programming Language :: Python :: 3.4" ,
72
71
"Programming Language :: Python :: 3.5" ,
73
72
"Programming Language :: Python :: 3.6" ,
74
73
"Programming Language :: Python :: 3.7" ,
74
+ "Programming Language :: Python :: 3.8" ,
75
75
"Topic :: Software Development :: Libraries :: Python Modules" ,
76
76
],
77
77
)
Original file line number Diff line number Diff line change 5
5
__copyright__ = "Copyright 2014, Stream.io, Inc"
6
6
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach" ]
7
7
__license__ = "BSD-3-Clause"
8
- __version__ = "3.1.1 "
8
+ __version__ = "3.2.0 "
9
9
__maintainer__ = "Thierry Schellenbach"
10
10
__email__ = "support@getstream.io"
11
11
__status__ = "Production"
You can’t perform that action at this time.
0 commit comments