Skip to content

Commit 1ac84ed

Browse files
committed
Fixes history log.
1 parent 78f8e1e commit 1ac84ed

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
* Added support for boolean values.
4949
* Docstrings
5050

51-
### 1.1.1 (2019-01-29)
51+
### 1.1.1 (2019-02-17)
52+
53+
* Documentation fixes.
54+
55+
### 1.1.2 (2019-02-17)
5256

5357
* Documentation fixes.

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.1.1
2+
current_version = 1.1.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
test_suite='tests',
4747
tests_require=test_requirements,
4848
url='https://github.com/dfurtado/dataclass-csv',
49-
version='1.1.1',
49+
version='1.1.2',
5050
zip_safe=False,
5151
)

0 commit comments

Comments
 (0)