Skip to content

Commit 73b510d

Browse files
committed
1.0.16
1 parent f0eed9e commit 73b510d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
1.0.16
55

6-
*2025-XX-XX*
6+
*2025-03-08*
77

88
- guano-py now requires Python 3.6+
99
- Support reading from any file-like object (one that implements `seek`, `read`, and

guano.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
log = logging.Logger(__name__)
3131

3232

33-
__version__ = '1.0.16.dev0'
33+
__version__ = '1.0.16'
3434

3535
__all__ = 'GuanoFile',
3636

0 commit comments

Comments
 (0)