From cd6143f829e59e5fea9d4e8d244dfe8d4d6c80d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sun, 25 Sep 2016 16:20:58 +0200 Subject: Release version 2.6.0 --- semantic_version/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'semantic_version') diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py index f92187a..6e63df7 100644 --- a/semantic_version/__init__.py +++ b/semantic_version/__init__.py @@ -7,4 +7,4 @@ from .base import compare, match, validate, Spec, SpecItem, Version __author__ = "Raphaƫl Barrois " -__version__ = '2.5.0' +__version__ = '2.6.0' -- cgit v1.2.1