diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,6 +21,10 @@
 User-visible changes in hledger-web.
 See also the hledger changelog.
 
+# 1.32.3 2024-01-28
+
+- Use hledger-1.32.3
+
 # 1.32.2 2023-12-31
 
 Fixes
diff --git a/hledger-web.1 b/hledger-web.1
--- a/hledger-web.1
+++ b/hledger-web.1
@@ -1,5 +1,5 @@
 
-.TH "HLEDGER\-WEB" "1" "December 2023" "hledger-web-1.32.2 " "hledger User Manuals"
+.TH "HLEDGER\-WEB" "1" "January 2024" "hledger-web-1.32.3 " "hledger User Manuals"
 
 
 
@@ -12,7 +12,7 @@
 .PD
 \f[CR]hledger web \-\- [\-\-serve|\-\-serve\-api] [OPTS] [ARGS]\f[R]
 .SH DESCRIPTION
-This manual is for hledger\[aq]s web interface, version 1.32.2.
+This manual is for hledger\[aq]s web interface, version 1.32.3.
 See also the hledger manual for common concepts and file formats.
 .PP
 hledger is a robust, user\-friendly, cross\-platform set of programs for
@@ -159,9 +159,6 @@
 .TP
 \f[CR]\-\-alias=OLD=NEW\f[R]
 rename accounts named OLD to NEW
-.TP
-\f[CR]\-\-anon\f[R]
-anonymize accounts and payees
 .TP
 \f[CR]\-\-pivot FIELDNAME\f[R]
 use some other field or tag for the account name
diff --git a/hledger-web.cabal b/hledger-web.cabal
--- a/hledger-web.cabal
+++ b/hledger-web.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           hledger-web
-version:        1.32.2
+version:        1.32.3
 synopsis:       Web user interface for the hledger accounting system
 description:    A simple web user interface for the hledger accounting system,
                 providing a more modern UI than the command-line or terminal interfaces.
@@ -151,7 +151,7 @@
   hs-source-dirs:
       ./
   ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
-  cpp-options: -DVERSION="1.32.2"
+  cpp-options: -DVERSION="1.32.3"
   build-depends:
       Decimal >=0.5.1
     , aeson >=1 && <2.3
@@ -171,8 +171,8 @@
     , extra >=1.6.3
     , filepath
     , hjsmin
-    , hledger >=1.32.2 && <1.33
-    , hledger-lib >=1.32.2 && <1.33
+    , hledger >=1.32.3 && <1.33
+    , hledger-lib >=1.32.3 && <1.33
     , hspec
     , http-client
     , http-conduit
@@ -213,7 +213,7 @@
   hs-source-dirs:
       app
   ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
-  cpp-options: -DVERSION="1.32.2"
+  cpp-options: -DVERSION="1.32.3"
   build-depends:
       base >=4.14 && <4.19
     , hledger-web
@@ -233,7 +233,7 @@
   hs-source-dirs:
       test
   ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
-  cpp-options: -DVERSION="1.32.2"
+  cpp-options: -DVERSION="1.32.3"
   build-depends:
       base >=4.14 && <4.19
     , hledger-web
diff --git a/hledger-web.info b/hledger-web.info
--- a/hledger-web.info
+++ b/hledger-web.info
@@ -16,7 +16,7 @@
    'hledger-web [--serve|--serve-api] [OPTS] [ARGS]'
 'hledger web -- [--serve|--serve-api] [OPTS] [ARGS]'
 
-   This manual is for hledger's web interface, version 1.32.2.  See also
+   This manual is for hledger's web interface, version 1.32.3.  See also
 the hledger manual for common concepts and file formats.
 
    hledger is a robust, user-friendly, cross-platform set of programs
@@ -189,9 +189,6 @@
 '--alias=OLD=NEW'
 
      rename accounts named OLD to NEW
-'--anon'
-
-     anonymize accounts and payees
 '--pivot FIELDNAME'
 
      use some other field or tag for the account name
@@ -638,24 +635,24 @@
 Ref: #general-help-options5406
 Node: General input options5688
 Ref: #general-input-options5874
-Node: General reporting options6576
-Ref: #general-reporting-options6741
-Node: PERMISSIONS10131
-Ref: #permissions10270
-Node: EDITING UPLOADING DOWNLOADING11482
-Ref: #editing-uploading-downloading11663
-Node: RELOADING12497
-Ref: #reloading12631
-Node: JSON API13064
-Ref: #json-api13179
-Node: DEBUG OUTPUT18667
-Ref: #debug-output18792
-Node: Debug output18819
-Ref: #debug-output-118920
-Node: ENVIRONMENT19337
-Ref: #environment19456
-Node: BUGS19573
-Ref: #bugs19657
+Node: General reporting options6531
+Ref: #general-reporting-options6696
+Node: PERMISSIONS10086
+Ref: #permissions10225
+Node: EDITING UPLOADING DOWNLOADING11437
+Ref: #editing-uploading-downloading11618
+Node: RELOADING12452
+Ref: #reloading12586
+Node: JSON API13019
+Ref: #json-api13134
+Node: DEBUG OUTPUT18622
+Ref: #debug-output18747
+Node: Debug output18774
+Ref: #debug-output-118875
+Node: ENVIRONMENT19292
+Ref: #environment19411
+Node: BUGS19528
+Ref: #bugs19612
 
 End Tag Table
 
diff --git a/hledger-web.txt b/hledger-web.txt
--- a/hledger-web.txt
+++ b/hledger-web.txt
@@ -9,7 +9,7 @@
        hledger web -- [--serve|--serve-api] [OPTS] [ARGS]
 
 DESCRIPTION
-       This  manual  is for hledger's web interface, version 1.32.2.  See also
+       This  manual  is for hledger's web interface, version 1.32.3.  See also
        the hledger manual for common concepts and file formats.
 
        hledger is a robust, user-friendly, cross-platform set of programs  for
@@ -142,8 +142,6 @@
        --alias=OLD=NEW
               rename accounts named OLD to NEW
 
-       --anon anonymize accounts and payees
-
        --pivot FIELDNAME
               use some other field or tag for the account name
 
@@ -551,4 +549,4 @@
 SEE ALSO
        hledger(1), hledger-ui(1), hledger-web(1), ledger(1)
 
-hledger-web-1.32.2               December 2023                  HLEDGER-WEB(1)
+hledger-web-1.32.3               January 2024                   HLEDGER-WEB(1)
