Skip to content

Commit

Permalink
Merge pull request #144 from fair-workflows/include-license-setup
Browse files Browse the repository at this point in the history
Include LICENSE in manifest
  • Loading branch information
svenvanderburg authored Sep 1, 2021
2 parents ef78d25 + cc2e2f3 commit f40c5f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.9] - 2021-09-01
### Added
* Include LICENSE file in python setup

## [1.2.8] - 2021-09-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ keywords:
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
title: "nanopub: A python library for searching, publishing and modifying nanopublications"
version: "1.2.8"
version: "1.2.9"
date-released: "2021-06-25"
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include README.md
include nanopub/_version.py
include requirements.txt
include requirements-dev.txt
include LICENSE
2 changes: 1 addition & 1 deletion nanopub/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.8"
__version__ = "1.2.9"

0 comments on commit f40c5f6

Please sign in to comment.