Skip to content

Commit

Permalink
<>[ scope]: <Update for release>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed Mar 29, 2023
1 parent 3048a9c commit 4cdb28c
Show file tree
Hide file tree
Showing 4 changed files with 10 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 @@ -35,7 +35,7 @@ jobs:
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
pip install Deprecated~=1.2.13
pip install hasiihelper==0.1.0
pip install hasiicommon~=0.2.0
pip install hasiicommon~=0.2.1
pip install pyutmodel~=1.4.2
- run:
name: run tests
Expand Down
4 changes: 4 additions & 0 deletions developer/query.slg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
hasii2011/hasiihelper
hasii2011/hasiicommon
hasii2011/pyutmodel

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
wheel==0.40.0
setuptools==67.6.0
setuptools==67.6.1
twine==4.0.2
build==0.10.0
html-testRunner~=1.2.1
pkgversions==0.2.2
mypy==1.1.1
mypy-extensions==1.0.0
types-Deprecated==1.2.9.1
types-setuptools==67.6.0.5
types-Deprecated==1.2.9.2
types-setuptools==67.6.0.6
typing_extensions==4.5.0
Deprecated~=1.2.13

pyutmodel==1.4.2
hasiihelper==0.1.0
hasiicommon~=0.2.0
hasiicommon~=0.2.1
wxPython~=4.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
'ogl.sd',
'ogl.ui', 'ogl.ui.valuecontrols',
],
install_requires=['Deprecated~=1.2.13', 'pyutmodel==1.4.1', 'hasiihelper==0.1.0', 'hasiicommon==0.2.0', 'wxPython~=4.2.0'],
install_requires=['Deprecated~=1.2.13', 'pyutmodel==1.4.1', 'hasiihelper==0.1.0', 'hasiicommon==0.2.1', 'wxPython~=4.2.0'],
)

0 comments on commit 4cdb28c

Please sign in to comment.