Skip to content

Commit 284c561

Browse files
bump: 1.0.3 → 1.0.4
1 parent 998de86 commit 284c561

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## v1.0.4 (2022-12-19)
2+
3+
### Fix
4+
5+
- added commitizen config
6+
- explicit ci jobs
7+
- publish to pypi on tag v
8+
- added release workflow
9+
10+
## v1.0.3 (2022-12-11)
11+
12+
### Fix
13+
14+
- removed unnecessary import of resources (#12)
15+
16+
## v1.0.2 (2022-12-10)
17+
18+
## v1.0.1 (2021-08-25)
19+
20+
## v1.0.0 (2021-08-08)
21+
22+
## v0.3.0 (2018-12-02)
23+
24+
## v0.2.0 (2018-04-06)
25+
26+
## v0.1.0 (2018-03-18)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "1.0.3"
2+
version = "1.0.4"
33
tag_format = "v$version"
44
update_changelog_on_bump = true
55
changelog_incremental = true
@@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"
1414

1515
[tool.poetry]
1616
name = "pointofview"
17-
version = "1.0.3"
17+
version = "1.0.4"
1818
description = "A Python package for determining a piece of text's point of view (first, second, third, or unknown)."
1919
authors = ["David L. Day <[email protected]>"]
2020
license = "GPLv3"

0 commit comments

Comments
 (0)