Skip to content

Commit

Permalink
RELEASE 4.0.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Dec 2, 2022
1 parent 37a61e9 commit 53bdcc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

# 2.0.0
# 4.0.0

BREAKING CHANGES:

- Remove `__version__` property.
- Require Python 3.8.1 or later.


# 3.0.0

BREAKING CHANGES:

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 = "meshlab-pickedpoints"
version = "3.0.0"
version = "4.0.0"
description = "Read and write MeshLab picked point (.pp) files"
authors = ["Paul Melnikow <github@paulmelnikow.com>", "Metabolize, Minnow Software, Body Labs, and other contributors"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit 53bdcc6

Please sign in to comment.