We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd0dda commit da4e9e5Copy full SHA for da4e9e5
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
4
5
+## [0.8.13] - TBD
6
+
7
+### Fixed
8
9
+- Handle attribute value passed as epoch time in `_filter_to_restriction`
10
11
## [0.8.12] - 2024-10-03
12
13
### Fixed
pharus/server.py
@@ -164,7 +164,7 @@ def api_version() -> str:
164
Content-Type: application/json
165
166
{
167
- "version": "0.8.12"
+ "version": "0.8.13"
168
}
169
```
170
pharus/version.py
@@ -1,3 +1,3 @@
1
"""Package metadata."""
-__version__ = "0.8.12"
+__version__ = "0.8.13"
0 commit comments