Skip to content

Commit

Permalink
chore: Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Feb 23, 2021
1 parent 5e6a098 commit d734ffa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -7,6 +7,8 @@ Significant or incompatible changes listed here.
Unreleased - TBA
----------------

1.2 (2020-02-23)
----------------
* ``Money.__add__`` returns ``NotImplemented`` instead of raising an exception when another operand has unsupported type.

1.1 (2020-01-15)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -22,7 +22,7 @@
author = 'Kai Wu'

# The full version, including alpha/beta/rc tags
release = '1.1'
release = '1.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@ def run_tests(self):
setup(
name='py-moneyed',
packages=['moneyed'],
version='1.1',
version='1.2',
description='Provides Currency and Money classes for use in your Python code.',
author='Kai',
author_email='k@limist.com',
Expand Down

0 comments on commit d734ffa

Please sign in to comment.