Skip to content

Commit bf21130

Browse files
committed
Update dependencies
Set also version to 1.0.1
1 parent 10961a7 commit bf21130

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

doc/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

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+
416
Version 1.0.0 (2019-12-17)
517
--------------------------
618

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = release = '1.0.0'
58+
version = release = '1.0.1'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

pyperformance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (1, 0, 0)
1+
VERSION = (1, 0, 1)
22
__version__ = '.'.join(map(str, VERSION))

pyperformance/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mpmath==1.1.0
3737
# pyperformance dependencies
3838
# --------------------------
3939

40-
six==1.13.0
40+
six==1.14.0
4141
pyperf==1.7.0
4242

4343

@@ -49,15 +49,15 @@ pyperf==1.7.0
4949
# two pyperformance results of two different major versions is not reliable.
5050

5151
Chameleon==3.6.2 # bm_chameleon
52-
Django==3.0 # bm_django_template
52+
Django==3.0.2 # bm_django_template
5353
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
5757
mercurial==5.1.1; python_version < '3.0' # bm_hg_startup
5858
html5lib==1.0.1 # bm_html5lib
5959
pyaes==1.6.1 # bm_crypto_pyaes
60-
sympy==1.5 # bm_sympy
60+
sympy==1.5.1 # bm_sympy
6161
tornado==6.0.3 # bm_tornado_http
6262

6363

0 commit comments

Comments
 (0)