Skip to content

Commit

Permalink
Bump version: 2.3.14 → 2.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Jun 15, 2022
1 parent bcf463c commit 1003cd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.14
current_version = 2.3.15
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion discogs_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.3.14'
__version__ = '2.3.15'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())

from discogs_client.client import Client
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'The Joalla Team'

# The full version, including alpha/beta/rc tags
release = '2.3.14'
release = '2.3.15'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='python3-discogs-client',
version='2.3.14',
version='2.3.15',
description='Python API client for Discogs',
long_description='This is an active fork of the official "Discogs API client for Python", which was deprecated by discogs.com as of June 2020. We think it is a very useful Python module and decided to continue maintaining it. Please visit: https://github.com/joalla/discogs_client for more information.',
url='https://github.com/joalla/discogs_client',
Expand Down

0 comments on commit 1003cd3

Please sign in to comment.