Skip to content

Commit f40c5f6

Browse files
Merge pull request #144 from fair-workflows/include-license-setup
Include LICENSE in manifest
2 parents ef78d25 + cc2e2f3 commit f40c5f6

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.9] - 2021-09-01
8+
### Added
9+
* Include LICENSE file in python setup
10+
711
## [1.2.8] - 2021-09-01
812

913
### Added

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ keywords:
2525
license: "Apache-2.0"
2626
message: "If you use this software, please cite it using these metadata."
2727
title: "nanopub: A python library for searching, publishing and modifying nanopublications"
28-
version: "1.2.8"
28+
version: "1.2.9"
2929
date-released: "2021-06-25"

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ include README.md
22
include nanopub/_version.py
33
include requirements.txt
44
include requirements-dev.txt
5+
include LICENSE

nanopub/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.8"
1+
__version__ = "1.2.9"

0 commit comments

Comments
 (0)