Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Adds a link from the readme to the changes.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
spacether committed Jul 1, 2019
1 parent 01966c8 commit 3dd2af2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,8 @@ See LICENSE.txt (Apache 2.0)
Justin Black, justin.a.black[at-sign]gmail[dot]com
Initial Release: December 2014


## Changes
[See the change log](CHANGES.md)

![Analytics](https://ga-beacon.appspot.com/UA-97855011-1/pycalculix_github?pixel)
2 changes: 1 addition & 1 deletion pycalculix/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def intersects(self, other):
return None
elif isinstance(other, Arc) or isinstance(other, SignArc):
# arc line intersection
return other.instersects(self)
return other.intersects(self)

def __str__(self):
"""Returns string listing object type, name, and points"""
Expand Down
2 changes: 1 addition & 1 deletion pycalculix/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.2"
__version__ = "1.1.3"

0 comments on commit 3dd2af2

Please sign in to comment.