Skip to content

Commit 9461ba0

Browse files
committed
Set version as 2.0
1 parent 6c5665d commit 9461ba0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Presentation of the Alignak project
22

3-
*Alignak project - modern Nagios compatible monitoring framework*
3+
*Alignak - modern Nagios compatible monitoring framework*
44

55

66
[![Master branch build status](https://img.shields.io/travis/Alignak-monitoring/alignak/master.svg?label=master)](https://travis-ci.org/Alignak-monitoring/alignak/branches)
@@ -19,7 +19,7 @@
1919
Alignak Project
2020
---------------
2121

22-
[Alignak Web Site](http://www.alignak.net) is an open source monitoring framework written in Python under the terms of the [GNU Affero General Public License](http://www.gnu.org/licenses/agpl.txt).
22+
[Alignak](http://www.alignak.net) is an open source monitoring framework written in Python under the terms of the [GNU Affero General Public License](http://www.gnu.org/licenses/agpl.txt).
2323

2424
Its main goal is to give users a flexible and complete solution for their monitoring system. Alignak is designed to scale to large and heterogeneous environments.
2525

@@ -79,6 +79,6 @@ See the requirements file in the repository's root
7979
Installing Alignak
8080
------------------
8181

82-
Alignak Deb / Rpm packaging is built thanks to the bintray service. Get the package for your Linux distribution here: [ ![Download](https://api.bintray.com/packages/ddurieux/alignak_deb-testing/python-alignak/images/download.svg) ](https://bintray.com/ddurieux/alignak_deb-testing/python-alignak/_latestVersion)
82+
Alignak Deb / Rpm packaging is built thanks to the bintray service. Get the package for your Linux distribution on our [packages repositories](https://bintray.com/alignak).
8383

8484
See the [installation documentation](https://alignak-doc.readthedocs.org/en/latest/02_installation/index.html) for more information on the different installation possibilities offered by Alignak.

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Presentation of the Alignak project
33
===================================
44

5-
*Alignak project - modern Nagios compatible monitoring framework*
5+
*Alignak - modern Nagios compatible monitoring framework*
66

77
.. image:: https://api.travis-ci.org/Alignak-monitoring/alignak.svg?branch=develop
88
:target: https://travis-ci.org/Alignak-monitoring/alignak

alignak/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
This module provide Alignak current version
33
"""
44

5-
VERSION = "2.0.0rc6"
5+
VERSION = "2.0.0"

0 commit comments

Comments
 (0)