diff --git a/CHANGELOG.md b/CHANGELOG.md index b052c12..136d29c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 02a2b3c..74a9997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] packages = [{ include = "python_package_publish" }] diff --git a/python_package_publish/version.py b/python_package_publish/version.py index 260c070..f9aa3e1 100644 --- a/python_package_publish/version.py +++ b/python_package_publish/version.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2"