Skip to content

Commit c47b29c

Browse files
chore(main): release 0.3.1
1 parent c5937f8 commit c47b29c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.3.0...v0.3.1) (2024-04-29)
4+
5+
6+
### Dependencies
7+
8+
* bump pytest-xdist from 3.5.0 to 3.6.1 ([#66](https://github.com/andrewthetechie/err-aprs-backend/issues/66)) ([c5937f8](https://github.com/andrewthetechie/err-aprs-backend/commit/c5937f82f8281623271e69f5d31979b60c3a4e0f))
9+
310
## [0.3.0](https://github.com/andrewthetechie/err-aprs-backend/compare/v0.2.0...v0.3.0) (2024-04-28)
411

512

aprs_backend/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"

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 = "err-aprs-backend"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Errbot APRS backend plugin"
55
authors = ["Andrew Herrington <andrew.the.techie@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)