From c7ff89c817f8bb272b4cdb198ccbd7bf38a29ede Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sat, 19 Nov 2022 09:29:25 -0500 Subject: [PATCH] docs: remove version number from doc/_config.yml --- RELEASE.md | 2 +- docs/_config.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 842542c9..36230c0d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -7,7 +7,7 @@ candidates (ex. `1.0.0rc1`). Release candidates must have a `rcX` suffix. Release routine: -- Update `ChangeLog.md`, `setup.py`, `lib/solaar/__init__.py`, `docs/_config.yml` to the new release +- Update `ChangeLog.md`, `setup.py`, `lib/solaar/__init__.py` to the new release - Add the new release to `share/solaar/io.github.pwr_solaar.solaar.metainfo.xml` - Create a commit that starts with `release VERSION` - Push commit to Solaar repository diff --git a/docs/_config.yml b/docs/_config.yml index 5e40141c..d3ad18e3 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,7 +4,6 @@ tagline: Linux Device Manager for Logitech Unifying Receivers and Devices. owner: pwr-Solaar owner_url: https://github.com/pwr-Solaar repository: pwr-Solaar/Solaar -version: 1.1.7 show_downloads: false encoding: utf-8 theme: jekyll-theme-slate