Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiling-J committed Nov 12, 2023
1 parent b406f81 commit 85ad72f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.4.1]
### Added
- Add close/stats API

## [0.4.0]
### Added
- Add policy option to Django settings
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "theine"
version = "0.4.0"
version = "0.4.1"
description = "high performance in-memory cache"
authors = ["Yiling-J <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.7"
typing-extensions = "^4.4.0"
theine-core = "^0.4.1"
theine-core = "^0.4.3"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
Expand Down

0 comments on commit 85ad72f

Please sign in to comment.