We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e429af9 commit 2dc71beCopy full SHA for 2dc71be
HISTORY.md
@@ -75,3 +75,7 @@
75
* Fixed issues #22 and #33
76
* code cleanup
77
78
+## 1.4.0 (2021-12-13)
79
+
80
+* Bug fixes
81
+* Support for date types
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.0
+current_version = 1.4.0
3
commit = True
4
tag = True
5
setup.py
@@ -51,6 +51,6 @@
51
test_suite="tests",
52
tests_require=test_requirements,
53
url="https://github.com/dfurtado/dataclass-csv",
54
- version="1.3.0",
+ version="1.4.0",
55
zip_safe=False,
56
)
0 commit comments