Skip to content

Commit

Permalink
<>[]: <Prepare for release>
Browse files Browse the repository at this point in the history
[
* Antlr4 parser does not like non-ASCII characters
* Bump our PyutModel V2 version to get update PyutStereotype
* Bump our version
]

[#103]
  • Loading branch information
Humberto Sanchez II committed Feb 5, 2024
1 parent 1e22bce commit f20932d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install Deprecated~=1.2.14
pip install codeallybasic==1.1.0
pip install codeallyadvanced==1.1.0
pip install pyutmodelv2==2.1.0
pip install pyutmodelv2==2.1.5
- run:
name: run tests
command: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
'wxPython~=4.2.1',
'codeallybasic>=1.1.0',
'codeallyadvanced>=1.1.0',
'pyutmodelv2==2.1.0',
'pyutmodelv2>=2.1.5',
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ buildlackey==1.6.3
mypy==1.8.0
mypy-extensions==1.0.0
types-Deprecated==1.2.9.20240106
types-setuptools==69.0.0.20240115
types-setuptools==69.0.0.20240125
typing_extensions==4.9.0
Deprecated==1.2.14

pyutmodelv2==2.1.0
pyutmodelv2==2.1.5
codeallybasic==1.1.0
codeallyadvanced==1.1.0

Expand Down
2 changes: 1 addition & 1 deletion src/ogl/OglLink.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def __repr__(self):
def _avoidCrossedLines(self, dstShape, dstX: int, dstY: int, orient, srcShape, srcX: int, srcY: int):
"""
Avoid over-lining
Added by: C. Dutoit (still experimental in 2024 🤪)
Added by: C. Dutoit (still experimental in 2024
Args:
dstShape:
Expand Down
2 changes: 1 addition & 1 deletion src/ogl/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.16'
__version__ = '2.1.17'

0 comments on commit f20932d

Please sign in to comment.