Skip to content

Commit

Permalink
Pre-release 0.7.3a1
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian committed May 20, 2024
1 parent 6ade252 commit f7c92ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This file documents notable changes between versions of quivr.

## [0.7.3] - 2024-05-20

### Fixed

- Concatenating empty quivr tables will no longer raise an error with
incompatible attributes. Instead, attributes will be taken from the first
non-empty table.


## [0.7.2] - 2023-10-18

### Removed
Expand Down
2 changes: 1 addition & 1 deletion quivr/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.2"
__version__ = "0.7.3a1"

0 comments on commit f7c92ae

Please sign in to comment.