Skip to content

Commit

Permalink
chore(main): release 0.3.1 (#11)
Browse files Browse the repository at this point in the history
* chore(main): release 0.3.1

* chore: release 0.3.1

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Allisson Azevedo <allisson@gmail.com>
  • Loading branch information
github-actions[bot] and allisson committed Dec 16, 2023
1 parent a8beebe commit b52c8e9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/allisson/pysqsx/compare/v0.3.0...v0.3.1) (2023-12-16)


### Bug Fixes

* fix a doc typo in the exceptions section ([#10](https://github.com/allisson/pysqsx/issues/10)) ([a8beebe](https://github.com/allisson/pysqsx/commit/a8beebebffb0aee73f6fd8b7315d47e697c9c482))

## [0.3.0](https://github.com/allisson/pysqsx/compare/v0.2.0...v0.3.0) (2023-12-15)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqsx"
version = "0.3.0"
version = "0.3.1"
description = "A simple task processor for Amazon SQS"
authors = ["Allisson Azevedo"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="sqsx",
version="0.3.0",
version="0.3.1",
description="A simple task processor for Amazon SQS",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1

0 comments on commit b52c8e9

Please sign in to comment.