Skip to content

Commit

Permalink
Bump version: 3.0.0 → 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Oct 16, 2021
1 parent 94498a6 commit 28168d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.0.1
commit = True
tag = True

Expand All @@ -17,12 +17,11 @@ universal = 1
[flake8]
ignore = E127,E128,W504
max-line-length = 100
per-file-ignores =
docs/conf.py: E265
per-file-ignores =
docs/conf.py: E265

[extract_messages]
project = umongo
copyright_holder = Scille SAS and contributors
msgid_bugs_address = jerome@jolimont.fr
output_file = messages.pot

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

setup(
name='umongo',
version='3.0.0',
version='3.0.1',
description="sync/async MongoDB ODM, yes.",
long_description=readme + '\n\n' + history,
author="Emmanuel Leblond, Jérôme Lafréchoux",
Expand Down
2 changes: 1 addition & 1 deletion umongo/__init__.py
Expand Up @@ -29,7 +29,7 @@

__author__ = 'Emmanuel Leblond, Jérôme Lafréchoux'
__email__ = 'jerome@jolimont.fr'
__version__ = '3.0.0'
__version__ = '3.0.1'
__all__ = (
'missing',

Expand Down

0 comments on commit 28168d6

Please sign in to comment.