From 92623417f90f0cf006c0dd2adcf3f24f4308fe0c Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Mon, 25 Jul 2022 21:24:43 -0400 Subject: [PATCH] [U] Release 1.1.2 --- README.md | 5 +---- hyfetch/constants.py | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a2815395..a567855a 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,9 @@ Feel free to experiment with it! * [ ] Add configuration to emphasize certain parts of the original ASCII art (to make icons like Fedora and Ubuntu look nicer) * [ ] Paginate flags -### Unpublished Beta (git master) +### 1.1.2 * Add more flags ([#5](https://github.com/hykilpikonna/hyfetch/pull/5)) - -### 1.1.1 - * Removed `numpy` dependency that was used in 1.1.0 ### 1.1.0 diff --git a/hyfetch/constants.py b/hyfetch/constants.py index dbbb3ff4..80a8c5db 100644 --- a/hyfetch/constants.py +++ b/hyfetch/constants.py @@ -7,7 +7,7 @@ from pathlib import Path from typing_extensions import Literal CONFIG_PATH = Path.home() / '.config/hyfetch.json' -VERSION = '1.1.1' +VERSION = '1.1.2' # Obtain terminal size try: