Skip to content

Commit 2dc71be

Browse files
authored
Prepare release v1.4.0 (dfurtado#50)
1 parent e429af9 commit 2dc71be

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@
7575
* Fixed issues #22 and #33
7676
* code cleanup
7777

78+
## 1.4.0 (2021-12-13)
79+
80+
* Bug fixes
81+
* Support for date types

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
test_suite="tests",
5252
tests_require=test_requirements,
5353
url="https://github.com/dfurtado/dataclass-csv",
54-
version="1.3.0",
54+
version="1.4.0",
5555
zip_safe=False,
5656
)

0 commit comments

Comments
 (0)