We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf0559 commit a6f994eCopy full SHA for a6f994e
changelog/v22.7.0.md
@@ -0,0 +1,16 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+## [22.7.0] - 2022-07-29
6
7
+## Added
8
+* Use isort for sorting Python import automatically [e61b9ac5](https://github.com/greenbone/python-gvm/commit/e61b9ac5)
9
10
+## Removed
11
+* OSP Scanner is deprecated with 22.04 (#789) [1cf0559a](https://github.com/greenbone/python-gvm/commit/1cf0559a)
12
13
+## Changed
14
+* Normalize all strings with black [fbf0083d](https://github.com/greenbone/python-gvm/commit/fbf0083d)
15
16
+[22.7.0]: https://github.com/greenbone/python-gvm/compare/22.6.2.dev1...22.7.0
gvm/__version__.py
@@ -2,4 +2,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
-__version__ = "22.6.2.dev1"
+__version__ = "22.7.0"
0 commit comments