Skip to content

Commit

Permalink
bump release version to 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: flashdagger <flashdagger@googlemail.com>
  • Loading branch information
flashdagger committed Jul 25, 2024
1 parent c29a219 commit 3275f3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ History

.. py:module:: zammadoo
0.3.0 (tbd)
0.3.0 (2024-07-25)
-----------
* **breaking changes**

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zammadoo"
version = "0.3.0.dev0"
version = "0.3.0"
description = "an object-oriented REST API client for zammad"
authors = ["flashdagger"]
license = "MIT"
Expand Down Expand Up @@ -39,7 +39,7 @@ build-backend = "poetry.core.masonry.api"


[bumpver]
current_version = "0.3.0.dev0"
current_version = "0.3.0"
version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]"

[bumpver.file_patterns]
Expand Down
2 changes: 1 addition & 1 deletion zammadoo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-

__version__ = "0.3.0.dev0"
__version__ = "0.3.0"

from .client import LOG, APIException, Client

Expand Down

0 comments on commit 3275f3c

Please sign in to comment.