From 5a0685c18840d53be689b79110b673b6624aa095 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 16 Oct 2021 10:34:51 +0200 Subject: [PATCH] [META] Bumps Archey to v4.13.2 --- CHANGELOG.md | 5 +++-- README.md | 2 +- archey/_version.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ffcdc0c..d1db82f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project (partially) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v4.13.2] - 2021-10-16 ### Added - Support for `maim` ("Make image") screenshot back-end @@ -347,7 +347,8 @@ and this project (partially) adheres to [Semantic Versioning](https://semver.org - Main bugs fixes - Project officially forked from djmelik/archey -[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.13.1...HEAD +[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.13.2...HEAD +[v4.13.2]: https://github.com/HorlogeSkynet/archey4/compare/v4.13.1...v4.13.2 [v4.13.1]: https://github.com/HorlogeSkynet/archey4/compare/v4.13.0...v4.13.1 [v4.13.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.12.0...v4.13.0 [v4.12.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.11.0...v4.12.0 diff --git a/README.md b/README.md index c10d5e13..1a820708 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ brew install archey4 ```bash # If you want the latest release : -LATEST_VERSION="v4.13.1" +LATEST_VERSION="v4.13.2" wget "https://github.com/HorlogeSkynet/archey4/archive/${LATEST_VERSION}.tar.gz" tar xvzf "${LATEST_VERSION}.tar.gz" cd "archey4-${LATEST_VERSION}/" diff --git a/archey/_version.py b/archey/_version.py index 0d34f174..8b284aae 100644 --- a/archey/_version.py +++ b/archey/_version.py @@ -1,3 +1,3 @@ """Simple module storing the current project version""" -__version__ = 'v4.13.1' +__version__ = 'v4.13.2'