Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Aug 16, 2023
1 parent 42467a2 commit e7cbde0
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## Unreleased

<small>[Compare with latest](https://github.com/DataShades/ckanext-drupal-api/compare/v0.3.1...HEAD)</small>

### Features

- config declarations ([42467a2](https://github.com/DataShades/ckanext-drupal-api/commit/42467a23610c8ae17a1a209c0998ed94dc15bee9) by Sergey Motornyuk).

### Bug Fixes

- empty response is cached when drupal is not configured ([cadacfc](https://github.com/DataShades/ckanext-drupal-api/commit/cadacfc1b90cb28543791182ee3b3d3f1f83df26) by Sergey Motornyuk).
- remove unused import from drupal_idp ([eadc1ff](https://github.com/DataShades/ckanext-drupal-api/commit/eadc1ff98c18e4c5ad6cc4befdfd53b624f2d59b) by Yan Rudenko).

<!-- insertion marker -->
## [v0.3.1](https://github.com/DataShades/ckanext-drupal-api/releases/tag/v0.3.1) - 2022-03-14

<small>[Compare with v0.2.2](https://github.com/DataShades/ckanext-drupal-api/compare/v0.2.2...v0.3.1)</small>

## [v0.2.2](https://github.com/DataShades/ckanext-drupal-api/releases/tag/v0.2.2) - 2021-11-29

<small>[Compare with v0.2.1](https://github.com/DataShades/ckanext-drupal-api/compare/v0.2.1...v0.2.2)</small>

## [v0.2.1](https://github.com/DataShades/ckanext-drupal-api/releases/tag/v0.2.1) - 2021-11-29

<small>[Compare with v2.0.0](https://github.com/DataShades/ckanext-drupal-api/compare/v2.0.0...v0.2.1)</small>

## [v2.0.0](https://github.com/DataShades/ckanext-drupal-api/releases/tag/v2.0.0) - 2021-11-29

<small>[Compare with v0.0.4](https://github.com/DataShades/ckanext-drupal-api/compare/v0.0.4...v2.0.0)</small>

## [v0.0.4](https://github.com/DataShades/ckanext-drupal-api/releases/tag/v0.0.4) - 2021-03-23

<small>[Compare with v0.0.3](https://github.com/DataShades/ckanext-drupal-api/compare/v0.0.3...v0.0.4)</small>

## [v0.0.3](https://github.com/DataShades/ckanext-drupal-api/releases/tag/v0.0.3) - 2021-03-23

<small>[Compare with v0.0.2](https://github.com/DataShades/ckanext-drupal-api/compare/v0.0.2...v0.0.3)</small>

## [v0.0.2](https://github.com/DataShades/ckanext-drupal-api/releases/tag/v0.0.2) - 2021-03-23

<small>[Compare with v0.0.1](https://github.com/DataShades/ckanext-drupal-api/compare/v0.0.1...v0.0.2)</small>

## [v0.0.1](https://github.com/DataShades/ckanext-drupal-api/releases/tag/v0.0.1) - 2021-03-15

<small>[Compare with first commit](https://github.com/DataShades/ckanext-drupal-api/compare/d64713a7420486a51065b8548c8c444ca61db537...v0.0.1)</small>

6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.5.4',
version='0.6.0',

description='''''',
long_description=long_description,
Expand Down Expand Up @@ -46,6 +46,10 @@
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],


Expand Down

0 comments on commit e7cbde0

Please sign in to comment.