From c85bb852f1ef35c28dac7c47290078a00e978dcd Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Fri, 21 Jul 2023 23:51:58 +0530 Subject: [PATCH] Prepare for release v33.1.0 Signed-off-by: Tushar Goel --- CHANGELOG.rst | 7 +++++++ requirements.txt | 2 +- setup.cfg | 2 +- vulnerablecode/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index db44248a7..1d1d60c65 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ----------------- diff --git a/requirements.txt b/requirements.txt index ca7426ad5..03340fd7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index f208c39a2..b0b38042c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/vulnerablecode/__init__.py b/vulnerablecode/__init__.py index f2993ee41..2d98e35b5 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -12,7 +12,7 @@ import warnings from pathlib import Path -__version__ = "33.0.0" +__version__ = "33.1.0" def command_line():