branch: elpa/cider
commit 371729b371f88fe9eb24419b0a9fecab312fa348
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Release CIDER 1.17 ("Cologne")
---
 CHANGELOG.md   | 2 ++
 cider.el       | 6 +++---
 doc/antora.yml | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54819aefeb..fbbd59bcc0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ## master (unreleased)
 
+## 1.17.0 (2025-02-17)
+
 ### New features
 
 - Automatic downloading of third-party Java sources for better Java 
documentation and jump-to-definition functionality. See [Obtaining source 
JARs](https://docs.cider.mx/cider/usage/working_with_documentation.html#obtaining-source-jars).
diff --git a/cider.el b/cider.el
index 80cdb402b9..532a3d615d 100644
--- a/cider.el
+++ b/cider.el
@@ -11,7 +11,7 @@
 ;;         Steve Purcell <st...@sanityinc.com>
 ;; Maintainer: Bozhidar Batsov <bozhi...@batsov.dev>
 ;; URL: https://www.github.com/clojure-emacs/cider
-;; Version: 1.17.0-snapshot
+;; Version: 1.17.0
 ;; Package-Requires: ((emacs "26") (clojure-mode "5.19") (parseedn "1.2.1") 
(queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1"))
 ;; Keywords: languages, clojure, cider
 
@@ -93,10 +93,10 @@
 (require 'sesman)
 (require 'package)
 
-(defconst cider-version "1.17.0-snapshot"
+(defconst cider-version "1.17.0"
   "The current version of CIDER.")
 
-(defconst cider-codename "Kherson"
+(defconst cider-codename "Cologne"
   "Codename used to denote stable releases.")
 
 (defcustom cider-lein-command
diff --git a/doc/antora.yml b/doc/antora.yml
index fd9dacd593..256d7ea172 100644
--- a/doc/antora.yml
+++ b/doc/antora.yml
@@ -2,6 +2,6 @@ name: cider
 title: CIDER
 # We always provide version without patch here (e.g. 1.1),
 # as patch versions should not appear in the docs.
-version: ~
+version: "1.17"
 nav:
 - modules/ROOT/nav.adoc

Reply via email to