Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
quiqueporta committed Jun 13, 2020
1 parent 9460a67 commit 70afe62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.4.0 (2020-06-13)
------------------

- Removing deprecation warnings
- Change license to MIT/X11

1.3.0 (2019-04-29)
------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Test
> PYTHONPATH=$PYTHONPATH:. mamba
.. |Version Number| image:: https://img.shields.io/badge/version-1.3.0-blue.svg
.. |Version Number| image:: https://img.shields.io/badge/version-1.4.0-blue.svg

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

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

.. |Python Version| image:: https://img.shields.io/badge/python-2.7,_3.6,_3.7,_3.8-blue.svg
.. |Python Version| image:: https://img.shields.io/badge/python-2.7,_3.4,_3.5,_3.6,_3.7,_3.8-blue.svg
2 changes: 1 addition & 1 deletion simple_value_object/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .value_object import ValueObject
from .decorators import invariant

VERSION = (1, 3, 0, 'final')
VERSION = (1, 4, 0, 'final')
__version__ = VERSION


Expand Down

0 comments on commit 70afe62

Please sign in to comment.