Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerConstantin committed Feb 1, 2025
1 parent cf6f111 commit 73caf4b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.2.1] - 2025-02-01

### Added

- Added support for vectorization when constructing a QVD table from a pandas DataFrame.

### Fixed

- Fixed a bug that caused an exception when persisting 64-bit integers to a QVD file.

## [2.2.0] - 2024-10-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.2.0
PyQvd==2.2.1
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "PyQvd"
copyright = "2024, Constantin Müller"
author = "Constantin Müller"
release = "2.2.0"
release = "2.2.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0"
version = "2.2.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 All @@ -17,7 +17,7 @@ dependencies = [
"tabulate"
]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand Down

0 comments on commit 73caf4b

Please sign in to comment.