1.4.0
Added
- Added an API and CLI utilities for the version handling in python-gvm
#198
Changed
- Replaced
pipenv
withpoetry
for dependency management.poetry install
works a bit different thenpipenv install
. It installs dev packages by
default and also python-gvm in editable mode. This means after running
poetry install
gvm will directly be importable in the virtual python
environment. #197 - Update error classes to always have meaningful
__str__
and__repr__
method. This allows for easier error printing
#199