branch: elpa/datetime
commit 674a9e5527179b18154e366f5ee88120205a7fbe
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Release version 0.6.2.
---
 datetime.el    | 4 ++--
 test/format.el | 2 +-
 test/parse.el  | 2 +-
 test/test.el   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/datetime.el b/datetime.el
index 0cbb522506..48334e2ded 100644
--- a/datetime.el
+++ b/datetime.el
@@ -1,10 +1,10 @@
 ;;; datetime.el --- Parsing, formatting and matching timestamps  -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2016-2018 Paul Pogonyshev
+;; Copyright (C) 2016-2019 Paul Pogonyshev
 
 ;; Author:     Paul Pogonyshev <pogonys...@gmail.com>
 ;; Maintainer: Paul Pogonyshev <pogonys...@gmail.com>
-;; Version:    0.6.1
+;; Version:    0.6.2
 ;; Keywords:   lisp, i18n
 ;; Homepage:   https://github.com/doublep/datetime
 ;; Package-Requires: ((emacs "24.1") (extmap "1.0"))
diff --git a/test/format.el b/test/format.el
index 4562979bc3..444dffc955 100644
--- a/test/format.el
+++ b/test/format.el
@@ -1,6 +1,6 @@
 ;;; -*- lexical-binding: t -*-
 
-;; Copyright (C) 2018 Paul Pogonyshev
+;; Copyright (C) 2018-2019 Paul Pogonyshev
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/test/parse.el b/test/parse.el
index beb4d9f694..9749ea08e3 100644
--- a/test/parse.el
+++ b/test/parse.el
@@ -1,6 +1,6 @@
 ;;; -*- lexical-binding: t -*-
 
-;; Copyright (C) 2018 Paul Pogonyshev
+;; Copyright (C) 2018-2019 Paul Pogonyshev
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
diff --git a/test/test.el b/test/test.el
index c52cbdfb01..807a21da19 100644
--- a/test/test.el
+++ b/test/test.el
@@ -1,6 +1,6 @@
 ;;; -*- lexical-binding: t -*-
 
-;; Copyright (C) 2018 Paul Pogonyshev
+;; Copyright (C) 2018-2019 Paul Pogonyshev
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as

Reply via email to