Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi278 committed May 15, 2021
1 parent 25637f8 commit cb4b429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

##
### Changelog
#### v2.3.2
* Fixed crashing when user doesn't have a photo


#### v2.3.1 - KivyAuth cross-platform
* Kivyauth APIs are now platform-independent
* Desktop support for linux, win and possibly mac
Expand Down
2 changes: 1 addition & 1 deletion kivyauth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from kivy.logger import Logger
from kivy.utils import platform

__version__ = "2.3.1"
__version__ = "2.3.2"
_log_message = "KivyAuth:" + f" {__version__}" + f' (installed at "{__file__}")'

__all__ = ("login_providers", "auto_login")
Expand Down

0 comments on commit cb4b429

Please sign in to comment.