Skip to content

Commit c5c55ea

Browse files
committed
Prepare release 1.0.0.beta2
1 parent f278aca commit c5c55ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# python-gvm 1.0.0 (unreleased)
1+
# python-gvm 1.0.0.beta2 (04.12.2018)
22

33
## gvm.protocols.base
44

gvm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"""
2121
from .utils import get_version_string
2222

23-
VERSION = (1, 0, 0, 'beta', 1, 'dev', 1)
23+
VERSION = (1, 0, 0, 'beta', 2)
2424
"""
2525
Current Version of python-gvm as a tuple
2626
"""

0 commit comments

Comments
 (0)