Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 87dbe46

Browse files
author
Johannes Meyer
committed
Raise version to 1.0rc2
1 parent e189162 commit 87dbe46

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0rc1
1+
1.0rc2

elasticarmor.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
%{!?__python2: %global __python2 /usr/bin/python2}
44
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
55

6-
%define revision 1
7-
%define pre_release_tag rc1
6+
%define revision 2
7+
%define pre_release_tag rc2
88

99
Name: elasticarmor
1010
Version: 1.0

icingaweb2-module-elasticarmor.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+
22

3-
%define revision 1
4-
%define pre_release_tag rc1
3+
%define revision 2
4+
%define pre_release_tag rc2
55
%define basedir %{_datadir}/icingaweb2/modules/elasticarmor
66

77
Name: icingaweb2-module-elasticarmor

lib/elasticarmor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+
22

3-
VERSION = '1.0rc1'
3+
VERSION = '1.0rc2'
44
APP_NAME = 'ElasticArmor'
55
SYSLOG_DATE_FORMAT = '%b %e %H:%M:%S'
66
SYSLOG_FORMAT ='%(asctime)s %(name)s: %(message)s'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: elasticarmor
2-
Version: 1.0rc1
2+
Version: 1.0rc2
33
Depends: elasticsearch
44
Description: ElasticArmor Configuration Module
55
This module provides a graphical user-interface to configure ElasticArmor.

setup.py

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

55
setup(
66
name='elasticarmor',
7-
version='1.0rc1',
7+
version='1.0rc2',
88
license='GPLv2+',
99
author='NETWAYS GmbH',
1010
author_email='info@netways.de',

0 commit comments

Comments
 (0)