Skip to content

Commit

Permalink
release: v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Sep 1, 2020
1 parent e718cdf commit fdcc0e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
..
This file is part of Invenio.
Copyright (C) 2015-2019 CERN.
Copyright (C) 2015-2020 CERN.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 1.3.3 (released 2020-08-31)

- Add CERN OpenID OAuth provider.

Version 1.3.2 (released 2020-06-25)

- Fixes orcid access token url.
Expand Down
4 changes: 2 additions & 2 deletions invenio_oauthclient/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015-2019 CERN.
# Copyright (C) 2015-2020 CERN.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.3.2'
__version__ = '1.3.3'

0 comments on commit fdcc0e8

Please sign in to comment.