Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oribarilan committed Dec 22, 2023
1 parent ca0c760 commit f1a6bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
⚙️ **Core** - core improvements
⚡️ **Performance** - performance improvements

## v1.12.0
## v1.11.0
* ⬆️ **Update to peek** - added fillvalue to the [peek method](code_api/peeking.md)
* 🌟 **Query representation** - to ease debugging, queries now have a `repr` method,
which returns a string representation of the query, including peeking into the query
Expand Down
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 = "fliq"
version = "1.10.0"
version = "1.11.0"
description = "Fluent-based Lazily-evaluated Integrated Query for Python"
readme = "README.md"
authors = [{ name = "Ori Bar-ilan", email = "python.oplog@gmail.com" }]
Expand Down

0 comments on commit f1a6bad

Please sign in to comment.