Skip to content

Commit

Permalink
chore(main): release 0.3.2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoclyps authored Nov 16, 2023
1 parent cd7c38b commit 2bd0d6a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.2](https://github.com/apoclyps/python-package-publish/compare/0.3.1...0.3.2) (2023-11-16)


### 📝 Documentation

* adds clarifications to the release process in the README ([#20](https://github.com/apoclyps/python-package-publish/issues/20)) ([cd7c38b](https://github.com/apoclyps/python-package-publish/commit/cd7c38b784efb35c58ef432eff0179d3775ed356))
* adds documentation for release process ([#16](https://github.com/apoclyps/python-package-publish/issues/16)) ([aade7e5](https://github.com/apoclyps/python-package-publish/commit/aade7e59bddb203aed0db4c4ca9cf977ace70c8e))
* how to configure projects to use dependency ([adc5545](https://github.com/apoclyps/python-package-publish/commit/adc5545282ba9f16f6a68b4b5e2e936a34b0cb24))

## [0.3.1](https://github.com/apoclyps/python-package-publish/compare/0.3.0...0.3.1) (2023-11-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 = "python-package-publish"
version = "0.3.1"
version = "0.3.2"
description = "A common shared library to demonstrate python package publishing"
authors = ["Kyle Harrison <[email protected]>"]
packages = [{ include = "python_package_publish" }]
Expand Down
2 changes: 1 addition & 1 deletion python_package_publish/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit 2bd0d6a

Please sign in to comment.