Skip to content

Commit fedd5c0

Browse files
committedJun 18, 2024··
0.1.4
1 parent 9b6cad5 commit fedd5c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.4] - 2022-06-18
11+
12+
* Allow number with leading digits, e.g. `,8`
13+
1014
## [0.1.3] - 2022-06-17
1115

1216
* Fix parsing of variables with `number underscore number` pattern

‎bw_simapro_csv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"SimaProCSVType",
55
)
66

7-
__version__ = "0.1.3"
7+
__version__ = "0.1.4"
88

99
# Makes `sloppy-windows-1252` encoding available
1010
import ftfy

0 commit comments

Comments
 (0)
Please sign in to comment.