Skip to content

Commit 1334661

Browse files
committed
Happy new year
1 parent d0bef3b commit 1334661

File tree

12 files changed

+18
-10
lines changed

12 files changed

+18
-10
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ben Fitzpatrick <[email protected]> benfitzpatrick <[email protected]>

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ for a full listing of issues for each release.
55

66
--------------------------------------------------------------------------------
77

8+
## isodatetime 2017.02.1 (Released 2017-02-21)
9+
10+
This is the 7th release of isodatetime. Admin only release.
11+
12+
--------------------------------------------------------------------------------
13+
814
## isodatetime 2017.02.0 (Released 2017-02-20)
915

1016
This is the 6th release of isodatetime.

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ below:
2626

2727
* Ben Fitzpatrick (Met Office, UK)
2828
* Andrew Clark (Met Office, UK)
29+
* Oliver Sanders (Met Office, UK)
2930
* Matt Shin (Met Office, UK)
3031

3132
(All contributors are identifiable with email addresses in the version control

isodatetime/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# ----------------------------------------------------------------------------
3-
# (C) British Crown Copyright 2013-2014 Met Office.
3+
# (C) British Crown Copyright 2013-2017 Met Office.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Lesser General Public License as published by
@@ -16,4 +16,4 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
# ----------------------------------------------------------------------------
1818

19-
__version__ = "2017.02.0"
19+
__version__ = "2017.02.1"

isodatetime/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# ----------------------------------------------------------------------------
3-
# (C) British Crown Copyright 2013-2014 Met Office.
3+
# (C) British Crown Copyright 2013-2017 Met Office.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Lesser General Public License as published by

isodatetime/dumpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# ----------------------------------------------------------------------------
3-
# (C) British Crown Copyright 2013-2014 Met Office.
3+
# (C) British Crown Copyright 2013-2017 Met Office.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Lesser General Public License as published by

isodatetime/parser_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# ----------------------------------------------------------------------------
3-
# (C) British Crown Copyright 2013-2014 Met Office.
3+
# (C) British Crown Copyright 2013-2017 Met Office.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Lesser General Public License as published by

isodatetime/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# ----------------------------------------------------------------------------
3-
# (C) British Crown Copyright 2013-2014 Met Office.
3+
# (C) British Crown Copyright 2013-2017 Met Office.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Lesser General Public License as published by

isodatetime/run_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# -*- coding: utf-8 -*-
33
#-----------------------------------------------------------------------------
4-
# (C) British Crown Copyright 2013-2014 Met Office.
4+
# (C) British Crown Copyright 2013-2017 Met Office.
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU Lesser General Public License as published by

isodatetime/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# ----------------------------------------------------------------------------
3-
# (C) British Crown Copyright 2013-2014 Met Office.
3+
# (C) British Crown Copyright 2013-2017 Met Office.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Lesser General Public License as published by

0 commit comments

Comments
 (0)