Skip to content

Commit

Permalink
Merge pull request #1244 from TG1999/release/v33.1.0
Browse files Browse the repository at this point in the history
Prepare for release v33.1.0
  • Loading branch information
TG1999 authored Jul 21, 2023
2 parents 6c0e248 + c85bb85 commit c16824b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Release notes
=============


Version v33.1.0
-----------------

- We have paginated the default improver and added keyboard interrupt support for import and improve processes.
- We bumped PyYaml to 6.0.1 and saneyaml to 0.6.0 and dropped docker-compose.


Version v33.0.0
-----------------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pyrsistent==0.18.1
pytest==7.1.1
pytest-django==4.5.2
python-dateutil==2.8.2
python-dotenv==1.0.0
python-dotenv==0.20.0
pytz==2022.1
PyYAML==6.0.1
requests==2.27.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vulnerablecode
version = 33.0.0
version = 33.1.0
license = Apache-2.0 AND CC-BY-SA-4.0

# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Expand Down
2 changes: 1 addition & 1 deletion vulnerablecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import warnings
from pathlib import Path

__version__ = "33.0.0"
__version__ = "33.1.0"


def command_line():
Expand Down

0 comments on commit c16824b

Please sign in to comment.