Skip to content

Commit 0a811de

Browse files
Bump version to 3.1.0 (#130)
Remove CHANGELOG.md in favor of GitHub Releases. Update pyproject.toml project URL to point to releases page.
1 parent 16e3f94 commit 0a811de

3 files changed

Lines changed: 2 additions & 78 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

customerio/__version__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dev = [
4141

4242
[project.urls]
4343
Homepage = "https://github.com/customerio/customerio-python"
44-
Changelog = "https://github.com/customerio/customerio-python/blob/main/CHANGELOG.md"
44+
Releases = "https://github.com/customerio/customerio-python/releases"
4545
Issues = "https://github.com/customerio/customerio-python/issues"
4646

4747
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)