Skip to content

Commit

Permalink
0.21.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and Sieboldianus committed Mar 18, 2022
1 parent 015511e commit 8ee3932
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## v0.21.3 (2022-03-18)
### Fix
* Pin google.protobuf to latest release 3.19.4 or earlier ([`f591487`](https://github.com/Sieboldianus/lbsntransform/commit/f591487a8d4c3fb71040a26caba2267049f1b657))

### Documentation
* Add note to activate optional nltk stopwords filter feature ([`015511e`](https://github.com/Sieboldianus/lbsntransform/commit/015511e27863b1b2f63176c498fc8b85f2721707))
* Deprecate cx_freeze setup ([`4700821`](https://github.com/Sieboldianus/lbsntransform/commit/4700821a3e4ca1d107e66fc2cc78b5a2e1ce4ea7))

## v0.21.2 (2022-03-18)
### Documentation
* Add hint towards Linux installation ([`ce2c75b`](https://github.com/Sieboldianus/lbsntransform/commit/ce2c75b68912a2485ae2ef195a7e4bd8dc4137d8))
Expand Down
2 changes: 1 addition & 1 deletion lbsntransform/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""Version of lbsntransform package"""

__version__ = '0.21.2'
__version__ = '0.21.3'

0 comments on commit 8ee3932

Please sign in to comment.