Skip to content

Commit a6f994e

Browse files
committed
Changelog created for release to 22.7.0
1 parent 1cf0559 commit a6f994e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changelog/v22.7.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
44

5-
__version__ = "22.6.2.dev1"
5+
__version__ = "22.7.0"

0 commit comments

Comments
 (0)