Skip to content

Commit 1dbe30a

Browse files
committed
Bump version and add to changelog
1 parent b07afa5 commit 1dbe30a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ Changelog
1111
.. currentmodule:: structa
1212

1313

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+
1425
Release 0.3 (2021-10-27)
1526
========================
1627

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
[metadata]
33
name = structa
4-
version = 0.3
4+
version = 0.4
55
description = Analyzes data files for common structures
66
long_description = file: README.rst
77
author = Dave Jones

0 commit comments

Comments
 (0)