Skip to content

Commit 23002d8

Browse files
committed
Bump new bugfix version
1 parent 2a45a44 commit 23002d8

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ part of your geospatial project.
9595

9696
# Version Changes
9797

98+
## 2.3.1
99+
100+
### Bug fixes:
101+
102+
- Fix recently introduced issue where Reader/Writer closes file-like objects provided by user (#244)
103+
98104
## 2.3.0
99105

100106
### New Features:

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
VERSION 2.3.1
3+
4+
2022-07-28
5+
Bug fixes:
6+
* Fix recently introduced issue where Reader/Writer closes file-like objects provided by user (#244)
7+
28
VERSION 2.3.0
39

410
2022-04-30

shapefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Compatible with Python versions 2.7-3.x
77
"""
88

9-
__version__ = "2.3.0"
9+
__version__ = "2.3.1"
1010

1111
from struct import pack, unpack, calcsize, error, Struct
1212
import os

0 commit comments

Comments
 (0)