Skip to content

Commit

Permalink
[META] Bumps Archey to v4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel FORESTIER committed Oct 16, 2021
1 parent 9e87195 commit 5a0685c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}/"
Expand Down
2 changes: 1 addition & 1 deletion archey/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Simple module storing the current project version"""

__version__ = 'v4.13.1'
__version__ = 'v4.13.2'

0 comments on commit 5a0685c

Please sign in to comment.