We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a37028 commit fe1c794Copy full SHA for fe1c794
docs/whats_new.rst
@@ -8,6 +8,18 @@ Changelog
8
This page keeps a detailed human friendly rendering of what's new and changed
9
in specific versions.
10
11
+v0.0.6
12
+------
13
+
14
+- Make `discriminator` optional in relevant classes and methods:
15
+ - :meth:`.Client.welcome_image`
16
+ - :class:`.PremiumClient`
17
+ - :class:`.Rankcard`
18
+ - :class:`.WelcomeFree`
19
+ - :class:`WelcomePremium`
20
21
+**Full Changelog**: https://github.com/Soheab/somerandomapi.py/compare/0.0.5...0.0.6
22
23
v0.0.5
24
------
25
somerandomapi/__init__.py
@@ -10,6 +10,6 @@
from .models import *
-__version__ = "0.0.5a"
+__version__ = "0.0.6"
__author__ = "Soheab"
__license__ = "MPL-2.0"
0 commit comments