Skip to content

Commit

Permalink
1.15.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 24, 2025
1 parent 74143ce commit 5632bf3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v1.15.1 (2025-01-24)

###

* Add decorators for prometheus (#110)

Decorators and other helpers for prometheus monitoring.

---------

Co-authored-by: github-actions <[email protected]> ([`74143ce`](https://github.com/WIPACrepo/wipac-dev-tools/commit/74143cee4a416f2597df4fd78974ef7f86d6b737))


## v1.15.0 (2025-01-14)

### [minor]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
version = "1.15.0"
version = "1.15.1"
name = "wipac-dev-tools"
description = "Common, basic, and reusable development tools"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion wipac_dev_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]

# version is a human-readable version number.
__version__ = "1.15.0"
__version__ = "1.15.1"


# version_info is a four-tuple for programmatic comparison. The first
Expand Down

0 comments on commit 5632bf3

Please sign in to comment.