Skip to content

Commit

Permalink
release 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jraedler committed Mar 9, 2021
1 parent 1636204 commit 7b2091f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-03-09
- version 3.0.9
- collect the small changes made since 3.0.8 (see github for details)

2015-11-05
- version 3.0.8
- fix for isInside()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

args = {
'name' : "Polygon3",
'version' : "3.0.8",
'version' : "3.0.9",
'description' : "Polygon3 is a Python-3 package that handles polygonal shapes in 2D",
'long_description': longdesc,
'license' : "LGPL for Polygon, other for gpc",
Expand Down
2 changes: 1 addition & 1 deletion src/cPolygon.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Operations on polygons:\n\
#define INDEF INT_MAX

#ifndef POLY_VERSION
#define POLY_VERSION "3.0.8"
#define POLY_VERSION "3.0.9"
#endif

#ifndef PyMODINIT_FUNC
Expand Down

0 comments on commit 7b2091f

Please sign in to comment.