From: Jason Ish Date: Tue, 5 Dec 2017 13:20:46 +0000 (-0600) Subject: Version 1.0.0a. X-Git-Tag: 1.0.0a1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=835898b5fa5e9612591fe0d49be75d0f4e489964;p=thirdparty%2Fsuricata-update.git Version 1.0.0a. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index cdbb0ad..6487932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log -## unreleased -- Initial release of Suricata-Update. A Suricata rule update tool +## 1.0.0a - 2017-12-05 +- Initial alpha release of Suricata-Update. A Suricata rule update tool based on idstools-rulecat, relicensed under the GPLv2 with copyright assigned to the OISF. - Features are derived from idstools-rulecat, but with more diff --git a/suricata/update/version.py b/suricata/update/version.py index fd3222d..b5cda2f 100644 --- a/suricata/update/version.py +++ b/suricata/update/version.py @@ -3,4 +3,4 @@ # Beta: 1.0.0b1 # Alpha: 1.0.0a1 # Development: 1.0.0.dev0 -version = "1.0.0.dev0" +version = "1.0.0a1"