Skip to content

Commit

Permalink
Preparing release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Leimgruber committed Dec 7, 2016
1 parent c6ecd7d commit 81f1406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/HISTORY.rst
@@ -1,8 +1,8 @@
Changelog
=========

1.9.1 (unreleased)
------------------
1.10.0 (2016-12-07)
-------------------

- Fix inconsistent 'object_unique_id' default configuration value.
Also use 'False' as default value for a fresh installation to be consistent with
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
def read(*paths):
return open(os.path.join(os.path.dirname(__file__), *paths)).read()

version = '1.9.1.dev0'
version = '1.10.0'

tests_require = [
'plone.app.dexterity',
Expand Down

0 comments on commit 81f1406

Please sign in to comment.