Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Oct 10, 2021
1 parent c0d56f3 commit 09ab242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG
Expand Up @@ -2,8 +2,8 @@ django-sitegate changelog
=========================


Unreleased
----------
v1.3.0 [2021-10-10]
-------------------
+ Added experimental support for sign in using remote services, e.g. Yandex, Google.


Expand Down Expand Up @@ -155,4 +155,4 @@ v0.2.0

v0.1.0
------
+ Basic sign up & sign in functionality.
+ Basic sign up & sign in functionality.
2 changes: 1 addition & 1 deletion sitegate/__init__.py
@@ -1,3 +1,3 @@
VERSION = (1, 2, 1)
VERSION = (1, 3, 0)

default_app_config = 'sitegate.config.SitegateConfig'

0 comments on commit 09ab242

Please sign in to comment.