Skip to content

Commit

Permalink
Release 1.1 (#3)
Browse files Browse the repository at this point in the history
* Remove mandatory Register button from UI + Versioning and Changelog

* Update __init__.py

* Update CHANGELOG.md

---------

Co-authored-by: CKAN User <[email protected]>
Co-authored-by: HilariousGil <[email protected]>
  • Loading branch information
3 people authored Sep 20, 2024
1 parent 4fb8a60 commit 038181c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

The file contains all specific changes to the ckanext-oauth2.

## 1.1.0 (...)
- `oauth2`
- Remove template that would make Register button always visible in the UI. -- ([CIVDEV-1058](https://civity.atlassian.net/browse/CIVDEV-1058))


## 1.0.0 (2024-08-30)

- `oauth2`
- First Civity Version
4 changes: 0 additions & 4 deletions CHANGELOG.rst

This file was deleted.

2 changes: 1 addition & 1 deletion ckanext/oauth2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# You should have received a copy of the GNU Affero General Public License
# along with OAuth2 CKAN Extension. If not, see <http://www.gnu.org/licenses/>.

__version__ = '1.0.0'
__version__ = '1.1.0'
__description__ = 'OAuth2 support for CKAN'
8 changes: 0 additions & 8 deletions ckanext/oauth2/templates/header.html

This file was deleted.

0 comments on commit 038181c

Please sign in to comment.