Skip to content

Commit

Permalink
Merge pull request #82 from OpenDataServices/release-0.23.0
Browse files Browse the repository at this point in the history
release: Add CHANGELOG entries, and make 0.23.0 release
  • Loading branch information
Bjwebb authored May 12, 2021
2 parents d91beb1 + e771ed4 commit 51af256
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.23.0] - 2021-05-12

### Removed

- Drop Python 3.5 support https://github.com/OpenDataServices/lib-cove/pull/81

## CHanged

- Remove unused dependencies from setup.py https://github.com/OpenDataServices/lib-cove/pull/80

## [0.22.1] - 2021-04-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="libcove",
version="0.22.1",
version="0.23.0",
author="Open Data Services",
author_email="[email protected]",
url="https://github.com/OpenDataServices/lib-cove",
Expand Down

0 comments on commit 51af256

Please sign in to comment.