Skip to content

Commit bb433eb

Browse files
author
github-actions
committed
Bump version: 0.7.11 → 0.7.12
1 parent 923092d commit bb433eb

File tree

3 files changed

+6
-31
lines changed

3 files changed

+6
-31
lines changed

json_merger/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,6 @@
428428

429429
from .merger import Merger
430430

431-
__version__ = '0.7.11'
431+
__version__ = '0.7.12'
432432

433433
__all__ = ('__version__', 'Merger')

setup.cfg

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,12 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# This file is part of Inspirehep.
4-
# Copyright (C) 2016 CERN.
5-
#
6-
# Inspirehep is free software; you can redistribute it
7-
# and/or modify it under the terms of the GNU General Public License as
8-
# published by the Free Software Foundation; either version 2 of the
9-
# License, or (at your option) any later version.
10-
#
11-
# Inspirehep is distributed in the hope that it will be
12-
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14-
# General Public License for more details.
15-
#
16-
# You should have received a copy of the GNU General Public License
17-
# along with Inspirehep; if not, write to the
18-
# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
19-
# MA 02111-1307, USA.
20-
#
21-
# In applying this license, CERN does not
22-
# waive the privileges and immunities granted to it by virtue of its status
23-
# as an Intergovernmental Organization or submit itself to any jurisdiction.
24-
25-
26-
[aliases]
27-
test=pytest
28-
291
[bumpversion]
30-
current_version = 0.7.11
2+
current_version = 0.7.12
313
commit = True
324
tag = True
335
tag_name = {new_version}
346

7+
[aliases]
8+
test = pytest
9+
3510
[bumpversion:file:setup.py]
3611
search = version='{current_version}'
3712
replace = version='{new_version}'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
platforms='any',
8383
entry_points={
8484
},
85-
version='0.7.11',
85+
version='0.7.12',
8686
extras_require=extras_require,
8787
install_requires=install_requires,
8888
classifiers=[

0 commit comments

Comments
 (0)