Skip to content

Commit

Permalink
Bump version: 0.15.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Nov 29, 2018
1 parent d0592be commit d033918
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.0
current_version = 1.0.0
commit = True
tag = True

Expand All @@ -24,3 +24,4 @@ project = umongo
copyright_holder = Scille SAS
msgid_bugs_address = emmanuel.leblond@gmail.com
output_file = messages.pot

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='umongo',
version='0.15.0',
version='1.0.0',
description="sync/async MongoDB ODM, yes.",
long_description=readme + '\n\n' + history,
author="Emmanuel Leblond",
Expand Down
2 changes: 1 addition & 1 deletion umongo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

__author__ = 'Emmanuel Leblond'
__email__ = 'emmanuel.leblond@gmail.com'
__version__ = '0.15.0'
__version__ = '1.0.0'
__all__ = (
'Instance',
'PyMongoInstance',
Expand Down

0 comments on commit d033918

Please sign in to comment.