Skip to content

Commit ca4a7f5

Browse files
committed
version++ (1.0.4)
1 parent e3d3e36 commit ca4a7f5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.4
4+
5+
- More fixes for loss of precision of floating point numbers
6+
- Fixed support for character varying(X) data type (#44)
7+
38
## 1.0.3
49

510
- Fixed loss of precision of floating point numbers (geodiff #110)

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.3'
1+
__version__ = '1.0.4'

0 commit comments

Comments
 (0)