From deec8c09ae0dad45ed1a8cc3cb8736c97c87de94 Mon Sep 17 00:00:00 2001 From: kdesimone Date: Mon, 11 Sep 2017 22:08:26 -0400 Subject: [PATCH 1/2] RF: ticked up version --- popeye/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popeye/version.py b/popeye/version.py index 3153ff8..a8e601c 100644 --- a/popeye/version.py +++ b/popeye/version.py @@ -3,8 +3,8 @@ # Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z" _version_major = 0 -_version_minor = 4 -_version_micro = 1 +_version_minor = 5 +_version_micro = 0 # _version_extra = '.dev' _version_extra = '' From 9ba94a4325c2fccc787c653dc694b6b119247abf Mon Sep 17 00:00:00 2001 From: Kevin DeSimone Date: Tue, 19 Sep 2017 11:18:48 -0400 Subject: [PATCH 2/2] RF: updated dates on license --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8f51f71..24ca419 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ Unless otherwise specified by LICENSE.txt files in individual directories, or within individual files or functions, all code is: -Copyright (c) 2013-2016, popeye developers +Copyright (c) 2013-2017, popeye developers All rights reserved. Redistribution and use in source and binary forms, with or without