1
0
mirror of https://github.com/HorlogeSkynet/archey4 synced 2025-07-09 00:00:12 +02:00

[META] Bumps Archey to v4.12.0

[skip ci]
This commit is contained in:
Samuel FORESTIER
2021-05-08 11:58:13 +02:00
parent 3f1c4fbce8
commit c258b75662
3 changed files with 6 additions and 3 deletions

@ -6,6 +6,8 @@ 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.12.0] - 2021-05-08
### Added
- `Kernel` name
- CHANGELOG.md file
@ -315,7 +317,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.11.0...HEAD
[Unreleased]: https://github.com/HorlogeSkynet/archey4/compare/v4.12.0...HEAD
[v4.12.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.11.0...v4.12.0
[v4.11.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.10.0...v4.11.0
[v4.10.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.9.0...v4.10.0
[v4.9.0]: https://github.com/HorlogeSkynet/archey4/compare/v4.8.1...v4.9.0

@ -123,7 +123,7 @@ brew install archey4
```bash
# If you want the latest release :
LATEST_VERSION="v4.11.0"
LATEST_VERSION="v4.12.0"
wget "https://github.com/HorlogeSkynet/archey4/archive/${LATEST_VERSION}.tar.gz"
tar xvzf "${LATEST_VERSION}.tar.gz"
cd "archey4-${LATEST_VERSION}/"

@ -1,3 +1,3 @@
"""Simple module storing the current project version"""
__version__ = 'v4.11.0'
__version__ = 'v4.12.0'