Skip to content

Commit b02c6d6

Browse files
committed
Raise to version 1.0.6
1 parent 95d75ac commit b02c6d6

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
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.6 - 2018/10/28
2+
* Added ability to specify excluded fields, thanks [@uralov](https://github.com/uralov)
3+
14
1.0.5 - 2018/02/21
25
* Support for dynamic properties
36

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Object Mapper
44

55
**Version**
6-
1.0.5
6+
1.0.6
77

88
**Author**
99
marazt
@@ -15,17 +15,21 @@ marazt
1515
The MIT License (MIT)
1616

1717
**Last updated**
18-
21 February 2018
18+
28 October 2018
1919

2020
**Package Download**
2121
https://pypi.python.org/pypi/object-mapper
2222
---
2323

2424
## Versions
2525

26+
**1.0.6 - 2018/10/28**
27+
28+
* Added ability to specify excluded fields, thanks [@uralov](https://github.com/uralov)
29+
2630
**1.0.5 - 2018/02/21**
2731

28-
- Support for dynamic properties [@nijm](https://github.com/nijm)
32+
* Support for dynamic properties [@nijm](https://github.com/nijm)
2933

3034
**1.0.4 - 2017/11/03**
3135

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.5
4+
**Version** 1.0.6
55

66
**Author** marazt
77

88
**Copyright** marazt
99

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

12-
**Last updated** 21 February 2018
12+
**Last updated** 28 October 2018
1313

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

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

19+
**1.0.6 - 2018/10/28**
20+
21+
- Added ability to specify excluded fields, thanks [@uralov](https://github.com/uralov)
22+
1923
**1.0.5 - 2018/02/21**
2024

2125
- Support for dynamic properties [@nijm](https://github.com/nijm)

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.5',
28+
version='1.0.6',
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)