Skip to content

Commit

Permalink
Bump version: 63.2.15 → 63.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 11, 2023
1 parent 2e752b7 commit 1ed1f2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inspire_dojson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
from .api import marcxml2record, record2marcxml # noqa: F401
from .errors import DoJsonError # noqa: F401

__version__ = "63.2.15"
__version__ = "63.2.16"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 63.2.15
current_version = 63.2.16
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
install_requires=install_requires,
tests_require=tests_require,
extras_require=extras_require,
version="63.2.15",
version="63.2.16",
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
Expand Down

0 comments on commit 1ed1f2e

Please sign in to comment.