Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerConstantin committed Sep 4, 2024
1 parent d02143b commit fa06ab6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.1] - 2024-09-04

### Fixed

- Fixed numpy type to native type conversion when parsing a QVD table from a pandas DataFrame. Formerly, this
results in an exception, because the internal logic assumed that the numpy type is a subclass of the native type.

## [2.1.0] - 2024-06-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx>=7.3.7
sphinx-rtd-theme>=2.0.0
PyQvd==2.1.0
PyQvd==2.1.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "PyQvd"
version = "2.1.0"
version = "2.1.1"
description = "Utility library for reading/writing Qlik View Data (QVD) files in Python."
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE.md"}
Expand Down

0 comments on commit fa06ab6

Please sign in to comment.