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

Commit

Permalink
Raise version to 1.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed May 17, 2016
1 parent 01d8c21 commit 29069b3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9
1.0rc1
6 changes: 3 additions & 3 deletions elasticarmor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}

%define revision 1
%define pre_release_tag rc1

Name: elasticarmor
Version: 0.9
Release: %{revision}%{?dist}
Version: 1.0
Summary: HTTP reverse proxy to secure Elasticsearch.
Group: System Environment/Daemons
License: GPLv2+
Expand Down Expand Up @@ -55,7 +55,7 @@ Elasticsearch to regulate access to its REST api.


%prep
%setup -q -n ElasticArmor-v%{version}
%setup -q -n ElasticArmor-v%{version}%{?pre_release_tag}

%build

Expand Down
6 changes: 3 additions & 3 deletions icingaweb2-module-elasticarmor.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+

%define revision 1
%define pre_release_tag rc1
%define basedir %{_datadir}/icingaweb2/modules/elasticarmor

Name: icingaweb2-module-elasticarmor
Version: 0.9
Release: %{revision}%{?dist}
Version: 1.0
Summary: ElasticArmor Configuration Module
Group: Applications/System
License: GPLv2+
Expand Down Expand Up @@ -40,7 +40,7 @@ This module provides a graphical user-interface to configure ElasticArmor.


%prep
%setup -q -n ElasticArmor-%{version}
%setup -q -n ElasticArmor-v%{version}%{?pre_release_tag}

%build

Expand Down
2 changes: 1 addition & 1 deletion lib/elasticarmor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ElasticArmor | (c) 2016 NETWAYS GmbH | GPLv2+

VERSION = '0.9'
VERSION = '1.0rc1'
APP_NAME = 'ElasticArmor'
SYSLOG_DATE_FORMAT = '%b %e %H:%M:%S'
SYSLOG_FORMAT ='%(asctime)s %(name)s: %(message)s'
Expand Down
2 changes: 1 addition & 1 deletion lib/icingaweb2-module-elasticarmor/module.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Module: elasticarmor
Version: 0.9
Version: 1.0rc1
Depends: elasticsearch
Description: ElasticArmor Configuration Module
This module provides a graphical user-interface to configure ElasticArmor.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='elasticarmor',
version='0.9',
version='1.0rc1',
license='GPLv2+',
author='NETWAYS GmbH',
author_email='[email protected]',
Expand Down

0 comments on commit 29069b3

Please sign in to comment.