From c98f9191a1d86f84fe905e6a84f8ca55b7fc7014 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 18 Mar 2016 20:15:43 -0400 Subject: [PATCH] barectf v2.1.0 Signed-off-by: Philippe Proulx --- barectf/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/barectf/__init__.py b/barectf/__init__.py index 1d049d4..e0477d9 100644 --- a/barectf/__init__.py +++ b/barectf/__init__.py @@ -1,6 +1,6 @@ # The MIT License (MIT) # -# Copyright (c) 2014-2015 Philippe Proulx +# Copyright (c) 2014-2016 Philippe Proulx # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -__version__ = '2.1.0-dev' +__version__ = '2.1.0' def _split_version_suffix(): -- 2.34.1