File tree Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 1.0.1
5
+ -------------
6
+
7
+ * Update dependencies:
8
+
9
+ * Django: 3.0 => 3.0.2
10
+ * dulwich: 0.19.14 => 0.19.15
11
+ * Mako: 1.1.0 = > 1.1.1
12
+ * six : 1.13.0 => 1.14.0
13
+ * SQLAlchemy: 1.3.12 => 1.3.13
14
+ * sympy: 1.5 => 1.5.1
15
+
4
16
Version 1.0.0 (2019-12-17)
5
17
--------------------------
6
18
Original file line number Diff line number Diff line change 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = release = '1.0.0 '
58
+ version = release = '1.0.1 '
59
59
60
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
61
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- VERSION = (1 , 0 , 0 )
1
+ VERSION = (1 , 0 , 1 )
2
2
__version__ = '.' .join (map (str , VERSION ))
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ mpmath==1.1.0
37
37
# pyperformance dependencies
38
38
# --------------------------
39
39
40
- six == 1.13 .0
40
+ six == 1.14 .0
41
41
pyperf == 1.7.0
42
42
43
43
@@ -49,15 +49,15 @@ pyperf==1.7.0
49
49
# two pyperformance results of two different major versions is not reliable.
50
50
51
51
Chameleon == 3.6.2 # bm_chameleon
52
- Django == 3.0 # bm_django_template
52
+ Django == 3.0.2 # bm_django_template
53
53
Genshi == 0.7.3 # bm_genshi
54
- Mako == 1.1.0 # bm_mako
55
- SQLAlchemy == 1.3.12 # bm_sqlalchemy_declarative
56
- dulwich == 0.19.14 # dulwich_log
54
+ Mako == 1.1.1 # bm_mako
55
+ SQLAlchemy == 1.3.13 # bm_sqlalchemy_declarative
56
+ dulwich == 0.19.15 # dulwich_log
57
57
mercurial == 5.1.1 ; python_version < '3.0' # bm_hg_startup
58
58
html5lib == 1.0.1 # bm_html5lib
59
59
pyaes == 1.6.1 # bm_crypto_pyaes
60
- sympy == 1.5 # bm_sympy
60
+ sympy == 1.5.1 # bm_sympy
61
61
tornado == 6.0.3 # bm_tornado_http
62
62
63
63
You can’t perform that action at this time.
0 commit comments