Skip to content

Commit 2f677e8

Browse files
committed
chore: Prepare release 0.1.3
1 parent 8436911 commit 2f677e8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
<!-- insertion marker -->
8+
## [0.1.3](https://github.com/cognitivefactory/interactive-clustering/releases/tag/0.1.3) - 2021-05-20
9+
10+
<small>[Compare with 0.1.2](https://github.com/cognitivefactory/interactive-clustering/compare/0.1.2...0.1.3)</small>
11+
12+
813
## [0.1.2](https://github.com/cognitivefactory/interactive-clustering/releases/tag/0.1.2) - 2021-05-19
914

1015
<small>[Compare with 0.1.1](https://github.com/cognitivefactory/interactive-clustering/compare/0.1.1...0.1.2)</small>
1116

1217
### Code Refactoring
1318
- correct format and tests ([e3245f3](https://github.com/cognitivefactory/interactive-clustering/commit/e3245f33bf09680d926bdd890c162f6e4df1ab4d) by Erwan SCHILD).
1419

20+
1521
## [0.1.1](https://github.com/cognitivefactory/interactive-clustering/releases/tag/0.1.1) - 2021-05-18
1622

1723
<small>[Compare with 0.1.0](https://github.com/cognitivefactory/interactive-clustering/compare/0.1.0...0.1.1)</small>
1824

25+
1926
## [0.1.0](https://github.com/cognitivefactory/interactive-clustering/releases/tag/0.1.0) - 2021-05-17
2027

2128
<small>[Compare with first commit](https://github.com/cognitivefactory/interactive-clustering/compare/8e0d8b45342caf2850a9238ddba48c9b7f1d7f44...0.1.0)</small>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "cognitivefactory-interactive-clustering"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Python package used to apply NLP interactive clustering methods."
99
authors = ["Erwan Schild <erwan.schild@e-i.com>"]
1010
license = "CeCILL-C License v1.0"

0 commit comments

Comments
 (0)