Skip to content

Commit 81fe13f

Browse files
committed
changelog update and version bump
1 parent 323e3b2 commit 81fe13f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.8.2
4+
5+
* fixed Hole.get_direction() and Hole.get_origin().
6+
37
## 0.8.1
48

59
* updated Part.annotation_sets return type to be AnnotationSets in lieu of the

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __getattr__(cls, name):
3636
author = 'Paul Bourne'
3737

3838
# The short X.Y version
39-
version = '0.8.1'
39+
version = '0.8.2'
4040
# The full version, including alpha/beta/rc tags
4141
release = version
4242

pycatia/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.8.1"
1+
version = "0.8.2"

0 commit comments

Comments
 (0)