Skip to content

Commit

Permalink
Merge tag '2.0.0' into develop
Browse files Browse the repository at this point in the history
class components

* tag '2.0.0':
  Bump version: 1.2.0 → 2.0.0
  • Loading branch information
manuphatak committed Jan 1, 2016
2 parents 2af3623 + f3bc3cb commit 26c0da4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion json_config/__init__.py
Expand Up @@ -22,7 +22,7 @@

__author__ = 'Manu Phatak'
__email__ = 'bionikspoon@gmail.com'
__version__ = '1.2.0'
__version__ = '2.0.0'

import logging
from ._compat import NullHandler
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 2.0.0
commit = True
tag = False
tag_name = {new_version}
Expand All @@ -10,3 +10,4 @@ tag_name = {new_version}

[wheel]
universal = 1

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@ def run_tests(self):

setup( # :off
name='json_config',
version='1.2.0',
version='2.0.0',
description='A convenience utility for working with JSON config files.',
long_description='\n\n'.join([readme, history]),
author='Manu Phatak',
Expand Down

0 comments on commit 26c0da4

Please sign in to comment.