Skip to content

Commit c16824b

Browse files
authored
Merge pull request #1244 from TG1999/release/v33.1.0
Prepare for release v33.1.0
2 parents 6c0e248 + c85bb85 commit c16824b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
512
Version v33.0.0
613
-----------------
714

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pyrsistent==0.18.1
7878
pytest==7.1.1
7979
pytest-django==4.5.2
8080
python-dateutil==2.8.2
81-
python-dotenv==1.0.0
81+
python-dotenv==0.20.0
8282
pytz==2022.1
8383
PyYAML==6.0.1
8484
requests==2.27.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 33.0.0
3+
version = 33.1.0
44
license = Apache-2.0 AND CC-BY-SA-4.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

vulnerablecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import warnings
1313
from pathlib import Path
1414

15-
__version__ = "33.0.0"
15+
__version__ = "33.1.0"
1616

1717

1818
def command_line():

0 commit comments

Comments
 (0)