Skip to content

Commit 5d0803c

Browse files
chg: [release] Bumped version number.
1 parent fa5a6bd commit 5d0803c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ Changelog
22
=========
33

44

5+
v0.4.1 (2021-03-31)
6+
-------------------
7+
8+
Fix
9+
~~~
10+
- [documentation] fix the documentation in the README.
11+
#HowToFuckUpARelease. [Cédric Bonhomme]
12+
13+
Other
14+
~~~~~
15+
- Updated README. [Cédric Bonhomme]
16+
17+
518
v0.4.0 (2021-03-31)
619
-------------------
720
@@ -15,6 +28,7 @@ New
1528

1629
Changes
1730
~~~~~~~
31+
- [release] Bumped version number. [Cédric Bonhomme]
1832
- [tests] Lint with Flake8. [Cédric Bonhomme]
1933
- [tests] added test on get objects with uuid and language. [Cédric
2034
Bonhomme]
@@ -29,6 +43,8 @@ Fix
2943
3044
Other
3145
~~~~~
46+
- Updated chagenlog. [Cédric Bonhomme]
47+
- Updated chagenlog. [Cédric Bonhomme]
3248
- Updated README and pyproject.toml. [Cédric Bonhomme]
3349
- Fixed bad format of link in README. [Cédric Bonhomme]
3450
- Replaced str by map when joining Python version number. [Cédric

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pymosp"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Python Library to access MOSP."
55
authors = ["Cédric Bonhomme <[email protected]>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)