Skip to content

Commit 3d0928f

Browse files
committed
Bump version for profile api support
1 parent 6b5ffe7 commit 3d0928f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@
2626
## 2.2.1 (16-02-2019)
2727

2828
* Add functionality to retry failed connections
29+
30+
## 2.3.0 (06-05-2019)
31+
32+
* Add profile api

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55

6-
__version__ = '2.2.1'
6+
__version__ = '2.3.0'
77

88

99
def read(*parts):
@@ -47,7 +47,7 @@ def read(*parts):
4747
license='MIT',
4848
keywords=['warcraft', 'api', 'wow', 'auctionhouse', 'community', 'game'],
4949
classifiers=[
50-
'Development Status :: 4 - Beta',
50+
'Development Status :: 5 - Production/Stable',
5151
'Intended Audience :: Developers',
5252
'License :: OSI Approved :: MIT License',
5353
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)