-
Notifications
You must be signed in to change notification settings - Fork 3
/
version.py
executable file
·42 lines (38 loc) · 963 Bytes
/
version.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version = "1.3.12"
# Change Log
#
# 1.3.12
# Upgrade the supervisor package to address a cgi() function that was removed
# from Python in version 3.8
#
# 1.3.11
# Add Simple Library 1.5.152
#
# 1.3.10
# Add Simple Library 1.4.150
#
# 1.3.9
# Update to Simple Library to accommodate a small change in the
# LIS3DH library initialization.
#
# 1.3.8
# Correct issue where writing source and header files to local
# storage was failing if the input bytestream contained an
# extended character, such as a degree symbol.
#
# 1.3.7
# Correct an issue where json was asked to encode a byte array,
# which it cannot do natively.
#
# 1.3.6
# Add missing s3_init binary.
# Change 'ping' endpoint logging to debug to reduce log noise.
# (1.3.5)
# Package updates
#
# Flask==1.0.2 => Flask==1.1.1
# Flask-Cors==3.0.7 => Flask-Cors==3.0.8
# sentry-sdk==0.7.6 => sentry-sdk==0.11.2
# Werkzeug==0.15.2 => Werkzeug==0.15.5
#
# -----------------------------------------------