From 619900e9f01324508f9c5a0763bc385bfba4d1f2 Mon Sep 17 00:00:00 2001 From: petersulyok Date: Sat, 13 Apr 2024 10:41:14 +0200 Subject: [PATCH] Change: version number is updated to 3.1.2. --- CHANGELOG.md | 12 ++++++++++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d1011..3783030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.2] - 2024-04-13 + +### Fixed +- GitHub actions updated to the latest version in worflow file, a new token is created for codecov. + + +## [3.1.1] - 2024-04-06 + +### Fixed +- Issue #6 : exception raised if partition information is missing for an USB HDD + + ## [3.1.0] - 2024-03-10 ### Added diff --git a/docs/source/conf.py b/docs/source/conf.py index 4e10770..8a008ca 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'diskinfo' copyright = '2022-2024, Peter Sulyok' author = 'Peter Sulyok' -release = '3.1.1' +release = '3.1.2' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 02e08bb..9524caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "diskinfo" description = "Disk information Python library for Linux" readme = "README.md" -version = "3.1.1" +version = "3.1.2" authors = [ { name = "Peter Sulyok", email = "peter@sulyok.net" } ]