Skip to content

Commit 54b1892

Browse files
committed
Merge branch 'hotfix/0.3.3'
2 parents 8863a04 + 9e82cf6 commit 54b1892

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[bumpversion]
2-
current_version = 0.3.2
2+
current_version = 0.3.3
33
commit = True
44
tag = False
55

66
[bumpversion:file:pyproject.toml]
7+
search = version = "{current_version}"
8+
replace = version = "{new_version}"
79

810
[bumpversion:file:src/zotnote/__version__.py]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zotnote"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Streamlining reading notes with Zotero"
55
authors = [
66
"Asura Enkhbayar <[email protected]>"
@@ -25,7 +25,7 @@ jinja2 = "^2.11.1"
2525
xdg = "^4.0.1"
2626
tomlkit = "^0.5.11"
2727
requests = "^2.23.0"
28-
click-option-group = "^0.3.2"
28+
click-option-group = "^0.3.0"
2929

3030
[tool.poetry.dev-dependencies]
3131
flake8 = "^3.7.9"

src/zotnote/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Current version."""
2-
__version__ = "0.3.2"
2+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)