Skip to content

Commit

Permalink
Changes for version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Trigona-Harany committed Mar 11, 2023
1 parent e6b4fe0 commit 9b2cb32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.2.1] - 2023-03-11

- fixed: exclude .pyc files from package [vincentsarago]
- changed: updated documentation

## [0.2.0] - 2020-02-21

- added: support for binary WKBs [lovasoa]
Expand Down
2 changes: 1 addition & 1 deletion plpygis/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 9b2cb32

Please sign in to comment.