From 113fe7a84d47010123db9501ea2885ca86277a2d Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Sat, 12 Nov 2016 00:15:04 +0100
Subject: [PATCH] Prepare for 2.7.2.1 release

---
 changelog.md | 4 +++-
 unix.cabal   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/changelog.md b/changelog.md
index 4bbeeb3..c773d3d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,11 @@
 # Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
 
-## 2.7.2.1  *Sep 2016*
+## 2.7.2.1  *Nov 2016*
 
   * Don't use `readdir_r` if its deprecated.
 
+  * Add argument documentation for Env modules
+
 ## 2.7.2.0  *Apr 2016*
 
   * Bundled with GHC 8.0.1
diff --git a/unix.cabal b/unix.cabal
index 02d583e..5ba2ddd 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,5 +1,5 @@
 name:           unix
-version:        2.7.2.0
+version:        2.7.2.1
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE
-- 
GitLab