From 5d8eab1bfe68ef8638022d39ab4f95e61bee3810 Mon Sep 17 00:00:00 2001 From: Pierre Rouleau Date: Mon, 1 Nov 2021 17:58:14 -0400 Subject: [PATCH] PEL 0.4.1 --- Makefile | 4 ++-- NEWS | 2 +- README.rst | 2 +- pel--base.el | 2 +- pel--options.el | 2 +- pel-pkg.el | 2 +- pel.el | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 592fdc15..44f8ba5e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Copyright (C) 2020, 2021 by Pierre Rouleau # Author: Pierre Rouleau -# Last Modified Time-stamp: <2021-11-01 15:52:48, updated by Pierre Rouleau> +# Last Modified Time-stamp: <2021-11-01 17:53:20, updated by Pierre Rouleau> # Keywords: packaging, build-control # This file is part of the PEL package @@ -68,7 +68,7 @@ EMACS_INIT = "~/.emacs.d/init.el" # ----------------------------------------------------------------------------- # PEL Package Version - increase this number on each release -PEL_VERSION := 0.4.0 +PEL_VERSION := 0.4.1 # NOTE: Also update the version numbers in the following files: # - NEWS diff --git a/NEWS b/NEWS index f42b45a3..3294a750 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PEL -- Pragmatic Emacs Library -- NEWS -*- org -*- -* Changes Since Version 0.4.0: +* Version 0.4.1: ** Modifications: - Fix: The File Management PDF now describes PEL's ability to select the function used opening the recently opened files and properly describes the diff --git a/README.rst b/README.rst index 16ee0fe0..e872a6ce 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ PEL -- Pragmatic Emacs Library :alt: License :target: https://www.gnu.org/licenses/gpl-3.0.html -.. image:: https://img.shields.io/badge/Version->V0.4.0-teal +.. image:: https://img.shields.io/badge/Version->V0.4.1-teal :alt: Version :target: https://github.com/pierre-rouleau/pel/blob/master/NEWS#changes-since-version-040 diff --git a/pel--base.el b/pel--base.el index 937c7612..cb11208d 100644 --- a/pel--base.el +++ b/pel--base.el @@ -307,7 +307,7 @@ "Display and return PEL package version string. Optionally insert it at point if INSERT is non-nil." (interactive "P") - (let ((version "0.4.0")) + (let ((version "0.4.1")) (if insert (insert version)) (message "PEL version: %s" version) diff --git a/pel--options.el b/pel--options.el index 3ff4da45..be39115a 100644 --- a/pel--options.el +++ b/pel--options.el @@ -444,7 +444,7 @@ the standard Emacs key bindings as well as PEL's specific key bindings." :link `(file-link :tag "Directory of PDF table files" ,(pel-pdf-directory)) :link `(url-link :tag "PEL key maps PDF" ,(pel-pdf-file-url "-pel-key-maps")) :link `(file-link :tag "PEL @ GitHub" "https://github.com/pierre-rouleau/pel") - :package-version '(pel . "0.4.0")) + :package-version '(pel . "0.4.1")) ;; --------------------------------------------------------------------------- (defgroup pel-base-emacs nil diff --git a/pel-pkg.el b/pel-pkg.el index 67cd96e5..c1f8e9e5 100644 --- a/pel-pkg.el +++ b/pel-pkg.el @@ -1,5 +1,5 @@ ;;; -*- no-byte-compile: t -*- -(define-package "pel" "0.4.0" "Pragmatic Emacs Library" +(define-package "pel" "0.4.1" "Pragmatic Emacs Library" ;; The handling of Emacs package versions varies widely from package ;; to package. Unfortunately, version numbers that appear somewhat ;; *stable* or sometimes very misleading. diff --git a/pel.el b/pel.el index 3b062912..ee23f896 100644 --- a/pel.el +++ b/pel.el @@ -4,7 +4,7 @@ ;; Author: Pierre Rouleau ;; URL: https://github.com/pierre-rouleau/pel -;; Version: 0.4.0 +;; Version: 0.4.1 ;; Package-Requires: ((emacs "26.1") (use-package "2.4")) ;; Keywords: convenience