Skip to content

Commit

Permalink
Change: version number is updated to 3.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Apr 13, 2024
1 parent 6897c01 commit 619900e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }
]
Expand Down

0 comments on commit 619900e

Please sign in to comment.