Skip to content

Commit da4e9e5

Browse files
authored
update: version 0.8.13
1 parent cfd0dda commit da4e9e5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.8.13] - TBD
6+
7+
### Fixed
8+
9+
- Handle attribute value passed as epoch time in `_filter_to_restriction`
10+
511
## [0.8.12] - 2024-10-03
612

713
### Fixed

pharus/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def api_version() -> str:
164164
Content-Type: application/json
165165
166166
{
167-
"version": "0.8.12"
167+
"version": "0.8.13"
168168
}
169169
```
170170

pharus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata."""
22

3-
__version__ = "0.8.12"
3+
__version__ = "0.8.13"

0 commit comments

Comments
 (0)