Skip to content

Commit

Permalink
Bump new bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
karimbahgat committed Jul 27, 2022
1 parent 2a45a44 commit 23002d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ part of your geospatial project.

# Version Changes

## 2.3.1

### Bug fixes:

- Fix recently introduced issue where Reader/Writer closes file-like objects provided by user (#244)

## 2.3.0

### New Features:
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

VERSION 2.3.1

2022-07-28
Bug fixes:
* Fix recently introduced issue where Reader/Writer closes file-like objects provided by user (#244)

VERSION 2.3.0

2022-04-30
Expand Down
2 changes: 1 addition & 1 deletion shapefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Compatible with Python versions 2.7-3.x
"""

__version__ = "2.3.0"
__version__ = "2.3.1"

from struct import pack, unpack, calcsize, error, Struct
import os
Expand Down

0 comments on commit 23002d8

Please sign in to comment.