Skip to content

Commit c4beba3

Browse files
committed
doc: documentation and version bump
1 parent 503ab3f commit c4beba3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,8 @@ The characteristic average of the input signals is defined as the mean value at
125125

126126
# Change Log
127127

128+
## Version 2023.1
129+
Important fix to `polygonFunction.polyxpoly()` as well as fixes to unit tests.
130+
128131
## Version 2022.1
129132
This is the first production release of ARCGen-Python. There will inevitably be bugs. If you discover any throughout the course of your usage of ARCGen-Python, [please open an issue ticket](https://github.com/IMMC-UWaterloo/ARCGen-Python/issues).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(name='arcgen-python',
7-
version='2022.1',
7+
version='2023.1.0',
88
description='Arc-length Response Corridor Generation',
99
long_description= long_description,
1010
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)