Skip to content

Commit 78f8e1e

Browse files
committed
Bumped up version.
1 parent f04a69f commit 78f8e1e

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
@@ -47,3 +47,7 @@
4747

4848
* Added support for boolean values.
4949
* Docstrings
50+
51+
### 1.1.1 (2019-01-29)
52+
53+
* 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.0
2+
current_version = 1.1.1
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.0',
49+
version='1.1.1',
5050
zip_safe=False,
5151
)

0 commit comments

Comments
 (0)