diff --git a/CHANGELOG b/CHANGELOG
index a5ad93f718..ba71e1f399 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-git-annex (10.20241203) UNRELEASED; urgency=medium
+git-annex (10.20250102) upstream; urgency=medium
* Added config `url..annexInsteadOf` corresponding to git's
`url..pushInsteadOf`, to configure the urls to use for accessing
@@ -20,7 +20,7 @@ git-annex (10.20241203) UNRELEASED; urgency=medium
stable.
* stack.yaml: Update to lts-23.2.
- -- Joey Hess Mon, 02 Dec 2024 13:41:31 -0400
+ -- Joey Hess Wed, 01 Jan 2025 14:22:59 -0400
git-annex (10.20241202) upstream; urgency=medium
diff --git a/COPYRIGHT b/COPYRIGHT
index a41e2d603a..71f1d59aaa 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: native package
Files: *
-Copyright: © 2010-2024 Joey Hess
+Copyright: © 2010-2025 Joey Hess
License: AGPL-3+
Files: Assistant/WebApp.hs Assistant/WebApp/* templates/* static/*
@@ -20,7 +20,7 @@ License: GPL-3+
Files: Command/Sync.hs
Copyright: © Joachim Breitner
- © 2011-2020 Joey Hess
+ © 2011-2024 Joey Hess
License: AGPL-3+
Files: Command/List.hs
@@ -43,7 +43,7 @@ Copyright: © 2010-2023 Joey Hess
License: AGPL-3+
Files: Utility/*
-Copyright: 2012-2022 Joey Hess
+Copyright: 2012-2025 Joey Hess
License: BSD-2-clause
Files: doc/logo* */favicon.ico standalone/osx/git-annex.app/Contents/Resources/git-annex.icns
diff --git a/git-annex.cabal b/git-annex.cabal
index 9215c546d3..acd34804a0 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,11 +1,11 @@
Name: git-annex
-Version: 10.20241202
+Version: 10.20250102
Cabal-Version: 1.12
License: AGPL-3
Maintainer: Joey Hess
Author: Joey Hess
Stability: Stable
-Copyright: 2010-2024 Joey Hess
+Copyright: 2010-2025 Joey Hess
License-File: COPYRIGHT
Homepage: http://git-annex.branchable.com/
Build-type: Custom