Skip to content

Commit fe1c794

Browse files
committed
Version bump and changelogs
1 parent 0a37028 commit fe1c794

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/whats_new.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Changelog
88
This page keeps a detailed human friendly rendering of what's new and changed
99
in specific versions.
1010

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+
1123
v0.0.5
1224
------
1325

somerandomapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
from .models import *
1111

1212

13-
__version__ = "0.0.5a"
13+
__version__ = "0.0.6"
1414
__author__ = "Soheab"
1515
__license__ = "MPL-2.0"

0 commit comments

Comments
 (0)