From 37dad65c7f45df70a9f377428626d2368f0458ec Mon Sep 17 00:00:00 2001
From: Ashley Yakeley <ashley@yakeley.org>
Date: Thu, 3 Aug 2017 17:15:31 -0700
Subject: [PATCH] Version 1.8.0.3, and changelog

---
 Checklist    | 2 +-
 changelog.md | 3 +++
 configure.ac | 2 +-
 time.cabal   | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Checklist b/Checklist
index bedd1f6..1c08003 100644
--- a/Checklist
+++ b/Checklist
@@ -72,6 +72,6 @@ Before release:
     git merge master
     git push
 
-15. Restore local branch for next development:
+15. Restore local branch for next development
 
     git checkout master
diff --git a/changelog.md b/changelog.md
index 310be6a..3897fbd 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
 # Change Log
 
+## [1.8.0.3]
+- Add "Quick start" documentation
+
 ## [1.8.0.2]
 - Fix behaviour of %Q in format
 
diff --git a/configure.ac b/configure.ac
index f415bfc..ae3f908 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Haskell time package], [1.8.0.2], [ashley@semantic.org], [time])
+AC_INIT([Haskell time package], [1.8.0.3], [ashley@semantic.org], [time])
 
 # Safety check: Ensure that we are in the correct source directory.
 AC_CONFIG_SRCDIR([lib/include/HsTime.h])
diff --git a/time.cabal b/time.cabal
index 9dc47a8..4f00a58 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
 name:           time
-version:        1.8.0.2
+version:        1.8.0.3
 stability:      stable
 license:        BSD3
 license-file:   LICENSE
-- 
GitLab