Skip to content

Commit 6995e63

Browse files
committed
Added LGPL to distribution
1 parent e248012 commit 6995e63

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77
from version 0.14.0.
88

9+
## 0.19.1 - 2021-02-28
10+
11+
### Changed
12+
13+
* Added LGPL license to distribution
14+
915
## 0.19 - 2021-02-23
1016

1117
### Added
File renamed without changes.

tools/MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
include LONG_DESCRIPTION.md
1+
include LONG_DESCRIPTION.md
2+
include LICENSE.LGPL.txt

tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='sigmatools',
17-
version='0.19',
17+
version='0.19.1',
1818
description='Tools for the Generic Signature Format for SIEM Systems',
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)