Skip to content

Commit

Permalink
Preparing release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timmartin19 committed Nov 21, 2015
1 parent d5945d6 commit 5efa0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -4,7 +4,7 @@ Changelog
1.x Releases
~~~~~~~~~~~~

1.2.0 (unreleased)
1.2.0 (2015-11-20)
==================

- Added `remove_properties` attribute to `Relationship` instantiation. This allows a user to keep properties in both the parent and the child such as passing a parent's id to the child while keeping it in its properties.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

import os

version = '1.2.0.dev0'
version = '1.2.0'

base_dir = os.path.dirname(__file__)

Expand Down

0 comments on commit 5efa0ee

Please sign in to comment.