Skip to content

Commit 446bb33

Browse files
committed
Raise to version 1.0.7.
1 parent 4fc2530 commit 446bb33

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.0.7 - 2019/06/19
2+
* Fix type name inside mapper dict to avoid collision, thanks [@renanvieira](https://github.com/renanvieira)
3+
14
1.0.6 - 2018/10/28
25
* Added ability to specify excluded fields, thanks [@uralov](https://github.com/uralov)
36

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ https://pypi.python.org/pypi/object-mapper
2323

2424
## Versions
2525

26+
**1.0.7 - 2019/06/19**
27+
28+
* Fix type name inside mapper dict to avoid collision, thanks [@renanvieira](https://github.com/renanvieira)
29+
2630
**1.0.6 - 2018/10/28**
2731

2832
* Added ability to specify excluded fields, thanks [@uralov](https://github.com/uralov)

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
Object Mapper
22
=============
33

4-
**Version** 1.0.6
4+
**Version** 1.0.7
55

66
**Author** marazt
77

88
**Copyright** marazt
99

1010
**License** The MIT License (MIT)
1111

12-
**Last updated** 28 October 2018
12+
**Last updated** 19 June 2019
1313

1414
**Package Download** https://pypi.python.org/pypi/object-mapper ---
1515

1616
Versions
1717
--------
1818

19+
**1.0.7 - 2019/06/19**
20+
21+
- Fix type name inside mapper dict to avoid collision, thanks [@renanvieira](https://github.com/renanvieira)
22+
1923
**1.0.6 - 2018/10/28**
2024

2125
- Added ability to specify excluded fields, thanks [@uralov](https://github.com/uralov)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Versions should comply with PEP440. For a discussion on single-sourcing
2626
# the version across setup.py and the project code, see
2727
# https://packaging.python.org/en/latest/single_source_version.html
28-
version='1.0.6',
28+
version='1.0.7',
2929

3030
description="ObjectMapper is a class for automatic object mapping. It helps you to create objects between\
3131
project layers (data layer, service layer, view) in a simple, transparent way.",

0 commit comments

Comments
 (0)