From: Jason Ish Date: Tue, 17 Jul 2018 17:32:21 +0000 (-0600) Subject: version: 1.0.0rc1 X-Git-Tag: 1.0.0rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0bd16726f629a8481ac1018546211cd4dd66b7;p=thirdparty%2Fsuricata-update.git version: 1.0.0rc1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index bff8287..217f314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## unreleased +## 1.0.0rc1 - 2018-07-17 - Python 3 fixes. - Bundle a copy of the index which can be used if download source for diff --git a/suricata/update/version.py b/suricata/update/version.py index c75742f..01997cf 100644 --- a/suricata/update/version.py +++ b/suricata/update/version.py @@ -3,4 +3,5 @@ # Beta: 1.0.0b1 # Alpha: 1.0.0a1 # Development: 1.0.0.dev0 -version = "1.0.0b1" +# Release candidate: 1.0.0rc1 +version = "1.0.0rc1"