Post-release bump.

More formatting in NEWS while here.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 25e93ed..8013d2e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 project(libzip
-  VERSION 1.7.2
+  VERSION 1.7.2.1
   LANGUAGES C)
 
 option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)
diff --git a/NEWS.md b/NEWS.md
index 64c4b3c..1605cb3 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,8 +1,8 @@
 1.7.2 [2020-07-11]
 ==================
 
-* Fixes for the CMake find_project() files.
-* libzip moved to the CMake libzip:: NAMESPACE.
+* Fixes for the CMake `find_project()` files.
+* libzip moved to the CMake `libzip::` `NAMESPACE`.
 * CMake usage best practice cleanups.
 
 1.7.1 [2020-06-13]