Improve history perf

pull/1873/head
Nicolas Hennion 2021-05-28 14:20:14 +02:00
parent bd6e682aa7
commit 49908fe11a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import sys
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '3.1.8b6'
__version__ = '3.1.8b7'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'