diff --git a/docs/release_notes/v0.3.3.rst b/docs/release_notes/v0.3.3.rst index ae6ccdf..32346df 100644 --- a/docs/release_notes/v0.3.3.rst +++ b/docs/release_notes/v0.3.3.rst @@ -1,6 +1,6 @@ -##################################################### -Django-oidc-rp 0.3.3 release notes (UNDER DEVELOPMENT) -###################################################### +############################################### +Django-oidc-rp 0.3.3 release notes (2018-10-26) +############################################### Requirements and compatibility ============================== diff --git a/oidc_rp/__init__.py b/oidc_rp/__init__.py index 69f3961..6c23fa8 100644 --- a/oidc_rp/__init__.py +++ b/oidc_rp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.3.3.dev0' +__version__ = '0.3.3' # Deploying a new version: # 1. remove the ".dev" from the current version number