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 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=====
6163.1.1
717=====
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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"
10101111__status__ = "Production"
You can’t perform that action at this time.
0 commit comments