Skip to content

Commit

Permalink
Bump version: 61.5.12 → 61.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 18, 2023
1 parent d3da084 commit e955c3a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion inspire_schemas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

"""Schemas and utilities used in inspirehep."""

__version__ = "61.5.12"
__version__ = "61.5.13"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inspire-schemas",
"version": "61.5.12",
"version": "61.5.13",
"description": "Inspire schemas.",
"main": "js/build/index.js",
"module": "js/build/index.es.js",
Expand Down
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 61.5.12
current_version = 61.5.13
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -17,9 +17,9 @@ search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[metadata]
platforms =
platforms =
any
classifiers =
classifiers =
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Expand All @@ -36,13 +36,13 @@ classifiers =
Development Status :: 1 - Planning

[entry_points]
invenio_base.apps =
invenio_base.apps =
inspire_schemas = inspire_schemas:inspireschemas
invenio_i18n.translations =
invenio_i18n.translations =
messages = inspire_schemas

[files]
data_files =
data_files =
inspire_schemas = inspire_schemas/*

[build_sphinx]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def do_setup():
url=URL,
bugtracker_url=URL + '/issues/',
zip_safe=False,
version="61.5.12",
version="61.5.13",
)


Expand Down

0 comments on commit e955c3a

Please sign in to comment.