Skip to content

Commit cd09f18

Browse files
committed
New release 1.1.3
1 parent 380829f commit cd09f18

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ docs
1515
build
1616
dist
1717
.eggs
18+
.vscode
19+
gmon.out

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@
5555
### 1.1.2 (2019-02-17)
5656

5757
* Documentation fixes.
58+
59+
### 1.1.3 (2020-03-01)
60+
61+
* Handle properties with init set to False
62+
* Handle Option type annotation
63+

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.2
2+
current_version = 1.1.3
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.2',
49+
version='1.1.3',
5050
zip_safe=False,
5151
)

0 commit comments

Comments
 (0)