File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ Release notes
22=============
33
44
5+ Version v33.1.0
6+ -----------------
7+
8+ - We have paginated the default improver and added keyboard interrupt support for import and improve processes.
9+ - We bumped PyYaml to 6.0.1 and saneyaml to 0.6.0 and dropped docker-compose.
10+
11+
512Version v33.0.0
613-----------------
714
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ pyrsistent==0.18.1
7878pytest == 7.1.1
7979pytest-django == 4.5.2
8080python-dateutil == 2.8.2
81- python-dotenv == 1.0 .0
81+ python-dotenv == 0.20 .0
8282pytz == 2022.1
8383PyYAML == 6.0.1
8484requests == 2.27.1
Original file line number Diff line number Diff line change 11[metadata]
22name = vulnerablecode
3- version = 33.0 .0
3+ version = 33.1 .0
44license = Apache-2.0 AND CC-BY-SA-4.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1212import warnings
1313from pathlib import Path
1414
15- __version__ = "33.0 .0"
15+ __version__ = "33.1 .0"
1616
1717
1818def command_line ():
You can’t perform that action at this time.
0 commit comments