File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.2.9] - 2021-09-01
8
+ ### Added
9
+ * Include LICENSE file in python setup
10
+
7
11
## [ 1.2.8] - 2021-09-01
8
12
9
13
### Added
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ keywords:
25
25
license : " Apache-2.0"
26
26
message : " If you use this software, please cite it using these metadata."
27
27
title : " nanopub: A python library for searching, publishing and modifying nanopublications"
28
- version : " 1.2.8 "
28
+ version : " 1.2.9 "
29
29
date-released : " 2021-06-25"
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ include README.md
2
2
include nanopub/_version.py
3
3
include requirements.txt
4
4
include requirements-dev.txt
5
+ include LICENSE
Original file line number Diff line number Diff line change 1
- __version__ = "1.2.8 "
1
+ __version__ = "1.2.9 "
You can’t perform that action at this time.
0 commit comments