From 133466185795c067bcbcfb12ee40ba6631d559da Mon Sep 17 00:00:00 2001 From: Matt Shin Date: Tue, 21 Feb 2017 09:05:24 +0000 Subject: [PATCH] Happy new year --- .mailmap | 1 + CHANGES.md | 6 ++++++ CONTRIBUTING.md | 1 + isodatetime/__init__.py | 4 ++-- isodatetime/data.py | 2 +- isodatetime/dumpers.py | 2 +- isodatetime/parser_spec.py | 2 +- isodatetime/parsers.py | 2 +- isodatetime/run_tests | 2 +- isodatetime/tests.py | 2 +- isodatetime/timezone.py | 2 +- isodatetime/util.py | 2 +- 12 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..2e5bcf7 --- /dev/null +++ b/.mailmap @@ -0,0 +1 @@ +Ben Fitzpatrick benfitzpatrick diff --git a/CHANGES.md b/CHANGES.md index 40e8fe4..6884161 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,12 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- +## isodatetime 2017.02.1 (Released 2017-02-21) + +This is the 7th release of isodatetime. Admin only release. + +-------------------------------------------------------------------------------- + ## isodatetime 2017.02.0 (Released 2017-02-20) This is the 6th release of isodatetime. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb9acf7..8e3f611 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,7 @@ below: * Ben Fitzpatrick (Met Office, UK) * Andrew Clark (Met Office, UK) +* Oliver Sanders (Met Office, UK) * Matt Shin (Met Office, UK) (All contributors are identifiable with email addresses in the version control diff --git a/isodatetime/__init__.py b/isodatetime/__init__.py index 851893f..74b2141 100644 --- a/isodatetime/__init__.py +++ b/isodatetime/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- -# (C) British Crown Copyright 2013-2014 Met Office. +# (C) British Crown Copyright 2013-2017 Met Office. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by @@ -16,4 +16,4 @@ # along with this program. If not, see . # ---------------------------------------------------------------------------- -__version__ = "2017.02.0" +__version__ = "2017.02.1" diff --git a/isodatetime/data.py b/isodatetime/data.py index 1616f42..e394626 100644 --- a/isodatetime/data.py +++ b/isodatetime/data.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- -# (C) British Crown Copyright 2013-2014 Met Office. +# (C) British Crown Copyright 2013-2017 Met Office. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/isodatetime/dumpers.py b/isodatetime/dumpers.py index 802b9c0..ca2ee2e 100644 --- a/isodatetime/dumpers.py +++ b/isodatetime/dumpers.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- -# (C) British Crown Copyright 2013-2014 Met Office. +# (C) British Crown Copyright 2013-2017 Met Office. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/isodatetime/parser_spec.py b/isodatetime/parser_spec.py index 287f45c..353dff0 100644 --- a/isodatetime/parser_spec.py +++ b/isodatetime/parser_spec.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- -# (C) British Crown Copyright 2013-2014 Met Office. +# (C) British Crown Copyright 2013-2017 Met Office. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/isodatetime/parsers.py b/isodatetime/parsers.py index d553916..d8ad41b 100644 --- a/isodatetime/parsers.py +++ b/isodatetime/parsers.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- -# (C) British Crown Copyright 2013-2014 Met Office. +# (C) British Crown Copyright 2013-2017 Met Office. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/isodatetime/run_tests b/isodatetime/run_tests index 0cde8f6..250f0c3 100755 --- a/isodatetime/run_tests +++ b/isodatetime/run_tests @@ -1,7 +1,7 @@ #!/bin/bash # -*- coding: utf-8 -*- #----------------------------------------------------------------------------- -# (C) British Crown Copyright 2013-2014 Met Office. +# (C) British Crown Copyright 2013-2017 Met Office. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/isodatetime/tests.py b/isodatetime/tests.py index a61c673..2e15082 100644 --- a/isodatetime/tests.py +++ b/isodatetime/tests.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- -# (C) British Crown Copyright 2013-2014 Met Office. +# (C) British Crown Copyright 2013-2017 Met Office. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/isodatetime/timezone.py b/isodatetime/timezone.py index aa8f986..903a8ce 100644 --- a/isodatetime/timezone.py +++ b/isodatetime/timezone.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- -# (C) British Crown Copyright 2013-2014 Met Office. +# (C) British Crown Copyright 2013-2017 Met Office. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/isodatetime/util.py b/isodatetime/util.py index 3ef0191..8d8517b 100644 --- a/isodatetime/util.py +++ b/isodatetime/util.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------------- -# (C) British Crown Copyright 2013-2014 Met Office. +# (C) British Crown Copyright 2013-2017 Met Office. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by