Skip to content

Commit

Permalink
0.0.26
Browse files Browse the repository at this point in the history
This version introduces a slight breaking change: instead of
User.events being a list of strings, it is now a list of UserEvent,
which is hopefully more useful.
  • Loading branch information
khazhyk committed Dec 15, 2017
1 parent f500a9b commit 702e500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osuapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = "khazhyk"
__license__ = "MIT"
__copyright__ = "Copyright khazhyk"
__version__ = "0.0.25"
__version__ = "0.0.26"

from .osu import OsuApi
from .connectors import *
Expand Down

0 comments on commit 702e500

Please sign in to comment.