From 64caa95b6ac2df7d4888b0fc239673f45a5f2fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 19 Feb 2016 09:15:12 +0100 Subject: [PATCH] yamllint version 1.0.0 --- setup.py | 2 +- yamllint/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2f57cd5..74ad899 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( keywords=['yaml', 'lint', 'linter', 'syntax', 'checker'], url='https://github.com/adrienverge/yamllint', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', diff --git a/yamllint/__init__.py b/yamllint/__init__.py index 803deb2..9d45878 100644 --- a/yamllint/__init__.py +++ b/yamllint/__init__.py @@ -22,7 +22,7 @@ indentation, etc.""" APP_NAME = 'yamllint' -APP_VERSION = '0.7.2' +APP_VERSION = '1.0.0' APP_DESCRIPTION = __doc__ __author__ = u'Adrien Vergé'