Skip to content

Commit 70afe62

Browse files
committed
Bump version
1 parent 9460a67 commit 70afe62

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
1.4.0 (2020-06-13)
5+
------------------
6+
7+
- Removing deprecation warnings
8+
- Change license to MIT/X11
9+
410
1.3.0 (2019-04-29)
511
------------------
612

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Test
169169
> PYTHONPATH=$PYTHONPATH:. mamba
170170
171171
172-
.. |Version Number| image:: https://img.shields.io/badge/version-1.3.0-blue.svg
172+
.. |Version Number| image:: https://img.shields.io/badge/version-1.4.0-blue.svg
173173

174174
.. |Build Status| image:: https://travis-ci.org/quiqueporta/simple-value-object.svg?branch=master
175175
:target: https://travis-ci.org/quiqueporta/simple-value-object
@@ -183,4 +183,4 @@ Test
183183

184184
.. |License MIT| image:: https://img.shields.io/github/license/quiqueporta/simple-value-object
185185

186-
.. |Python Version| image:: https://img.shields.io/badge/python-2.7,_3.6,_3.7,_3.8-blue.svg
186+
.. |Python Version| image:: https://img.shields.io/badge/python-2.7,_3.4,_3.5,_3.6,_3.7,_3.8-blue.svg

simple_value_object/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .value_object import ValueObject
44
from .decorators import invariant
55

6-
VERSION = (1, 3, 0, 'final')
6+
VERSION = (1, 4, 0, 'final')
77
__version__ = VERSION
88

99

0 commit comments

Comments
 (0)