We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6cad5 commit fedd5c0Copy full SHA for fedd5c0
CHANGES.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.4] - 2022-06-18
11
+
12
+* Allow number with leading digits, e.g. `,8`
13
14
## [0.1.3] - 2022-06-17
15
16
* Fix parsing of variables with `number underscore number` pattern
bw_simapro_csv/__init__.py
@@ -4,7 +4,7 @@
4
"SimaProCSVType",
5
)
6
-__version__ = "0.1.3"
+__version__ = "0.1.4"
# Makes `sloppy-windows-1252` encoding available
import ftfy
0 commit comments