diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,8 +21,11 @@
 User-visible changes in hledger-ui.
 See also the hledger changelog.
 
-# 1.32 2023-12-01
+# 1.32.1 2023-12-07
 
+- Use hledger-1.32.1
+
+# 1.32 2023-12-01
 Fixes
 
 - The V key now preserves the valuation mode specified at the command
diff --git a/hledger-ui.1 b/hledger-ui.1
--- a/hledger-ui.1
+++ b/hledger-ui.1
@@ -1,5 +1,5 @@
 
-.TH "HLEDGER-UI" "1" "December 2023" "hledger-ui-1.32 " "hledger User Manuals"
+.TH "HLEDGER-UI" "1" "December 2023" "hledger-ui-1.32.1 " "hledger User Manuals"
 
 
 
@@ -12,7 +12,7 @@
 .PD
 \f[CR]hledger ui -- [OPTS] [QUERYARGS]\f[R]
 .SH DESCRIPTION
-This manual is for hledger\[aq]s terminal interface, version 1.32.
+This manual is for hledger\[aq]s terminal interface, version 1.32.1.
 See also the hledger manual for common concepts and file formats.
 .PP
 hledger is a robust, user-friendly, cross-platform set of programs for
diff --git a/hledger-ui.cabal b/hledger-ui.cabal
--- a/hledger-ui.cabal
+++ b/hledger-ui.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           hledger-ui
-version:        1.32
+version:        1.32.1
 synopsis:       Terminal interface for the hledger accounting system
 description:    A simple terminal user interface for the hledger accounting system.
                 It can be a more convenient way to browse your accounts than the CLI.
@@ -68,7 +68,7 @@
   hs-source-dirs:
       ./
   ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
-  cpp-options: -DVERSION="1.32" -DVERSION="1.32"
+  cpp-options: -DVERSION="1.32.1" -DVERSION="1.32.1"
   build-depends:
       ansi-terminal >=0.9
     , async
@@ -82,8 +82,8 @@
     , extra >=1.6.3
     , filepath
     , fsnotify ==0.4.*
-    , hledger ==1.32.*
-    , hledger-lib ==1.32.*
+    , hledger >=1.32.1 && <1.33
+    , hledger-lib >=1.32.1 && <1.33
     , megaparsec >=7.0.0 && <9.6
     , microlens >=0.4
     , microlens-platform >=0.2.3.1
@@ -111,7 +111,7 @@
   hs-source-dirs:
       app
   ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
-  cpp-options: -DVERSION="1.32"
+  cpp-options: -DVERSION="1.32.1"
   build-depends:
       base >=4.14 && <4.19
     , hledger-ui
diff --git a/hledger-ui.info b/hledger-ui.info
--- a/hledger-ui.info
+++ b/hledger-ui.info
@@ -16,7 +16,7 @@
    'hledger-ui [OPTS] [QUERYARGS]'
 'hledger ui -- [OPTS] [QUERYARGS]'
 
-   This manual is for hledger's terminal interface, version 1.32.  See
+   This manual is for hledger's terminal interface, version 1.32.1.  See
 also the hledger manual for common concepts and file formats.
 
    hledger is a robust, user-friendly, cross-platform set of programs
@@ -674,46 +674,46 @@
 
 Tag Table:
 Node: Top223
-Node: OPTIONS1830
-Ref: #options1928
-Node: General help options2951
-Ref: #general-help-options3100
-Node: General input options3382
-Ref: #general-input-options3567
-Node: General reporting options4269
-Ref: #general-reporting-options4433
-Node: MOUSE7823
-Ref: #mouse7918
-Node: KEYS8155
-Ref: #keys8248
-Node: SCREENS12903
-Ref: #screens13001
-Node: Menu13581
-Ref: #menu13674
-Node: Cash accounts13869
-Ref: #cash-accounts14011
-Node: Balance sheet accounts14195
-Ref: #balance-sheet-accounts14376
-Node: Income statement accounts14496
-Ref: #income-statement-accounts14682
-Node: All accounts14846
-Ref: #all-accounts14992
-Node: Register15174
-Ref: #register15298
-Node: Transaction17582
-Ref: #transaction17705
-Node: Error19122
-Ref: #error19216
-Node: TIPS19460
-Ref: #tips19559
-Node: Watch mode19601
-Ref: #watch-mode19708
-Node: Debug output21167
-Ref: #debug-output21278
-Node: ENVIRONMENT21490
-Ref: #environment21600
-Node: BUGS21791
-Ref: #bugs21874
+Node: OPTIONS1832
+Ref: #options1930
+Node: General help options2953
+Ref: #general-help-options3102
+Node: General input options3384
+Ref: #general-input-options3569
+Node: General reporting options4271
+Ref: #general-reporting-options4435
+Node: MOUSE7825
+Ref: #mouse7920
+Node: KEYS8157
+Ref: #keys8250
+Node: SCREENS12905
+Ref: #screens13003
+Node: Menu13583
+Ref: #menu13676
+Node: Cash accounts13871
+Ref: #cash-accounts14013
+Node: Balance sheet accounts14197
+Ref: #balance-sheet-accounts14378
+Node: Income statement accounts14498
+Ref: #income-statement-accounts14684
+Node: All accounts14848
+Ref: #all-accounts14994
+Node: Register15176
+Ref: #register15300
+Node: Transaction17584
+Ref: #transaction17707
+Node: Error19124
+Ref: #error19218
+Node: TIPS19462
+Ref: #tips19561
+Node: Watch mode19603
+Ref: #watch-mode19710
+Node: Debug output21169
+Ref: #debug-output21280
+Node: ENVIRONMENT21492
+Ref: #environment21602
+Node: BUGS21793
+Ref: #bugs21876
 
 End Tag Table
 
diff --git a/hledger-ui.txt b/hledger-ui.txt
--- a/hledger-ui.txt
+++ b/hledger-ui.txt
@@ -9,7 +9,7 @@
        hledger ui -- [OPTS] [QUERYARGS]
 
 DESCRIPTION
-       This  manual  is  for  hledger's terminal interface, version 1.32.  See
+       This  manual  is for hledger's terminal interface, version 1.32.1.  See
        also the hledger manual for common concepts and file formats.
 
        hledger is a robust, user-friendly, cross-platform set of programs  for
@@ -537,4 +537,4 @@
 SEE ALSO
        hledger(1), hledger-ui(1), hledger-web(1), ledger(1)
 
-hledger-ui-1.32                  December 2023                   HLEDGER-UI(1)
+hledger-ui-1.32.1                December 2023                   HLEDGER-UI(1)
