We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07afa5 commit 1dbe30aCopy full SHA for 1dbe30a
2 files changed
docs/changelog.rst
@@ -11,6 +11,17 @@ Changelog
11
.. currentmodule:: structa
12
13
14
+Release 0.4 (2023-05-03)
15
+========================
16
+
17
+* Improved null/None handling (`#20`_)
18
+* Added ability to handle numeric date-time representations with different
19
+ epochs and scales (e.g. UNIX timestamps vs Excel timestamps) (`#11`_)
20
21
+.. _#11: https://github.com/waveform80/structa/issues/11
22
+.. _#20: https://github.com/waveform80/structa/issues/20
23
24
25
Release 0.3 (2021-10-27)
26
========================
27
setup.cfg
@@ -1,7 +1,7 @@
1
# coding: utf-8
2
[metadata]
3
name = structa
4
-version = 0.3
+version = 0.4
5
description = Analyzes data files for common structures
6
long_description = file: README.rst
7
author = Dave Jones
0 commit comments