File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22pyAGE Changelog
33===============
44
5+ 0.1.0-a6 (2022-03-29)
6+ =====================
7+
8+ 0.1.0-a4 re-release due to CI scripts failure.
9+
5100.1.0-a5 (2022-03-29)
611=====================
712
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ environment:
1515stack : python %STACK%
1616
1717install :
18- - ps : |
19- $version = &"$($env:PYTHON)\python.exe" -c --% "from pyage import __version__; import sys; _ = sys.stdout.write(__version__)"
20- Update-AppveyorBuild -Version "$($version)+$($env:APPVEYOR_BUILD_NUMBER)"
2118 - cmd : |
2219 %PYTHON%\python.exe --version
2320 %PYTHON%\Scripts\pip.exe --version
2421 %PYTHON%\python.exe -m pip install -r requirements-dev.txt
22+ - ps : |
23+ $version = &"$($env:PYTHON)\python.exe" -c --% "from pyage.version import __version__; import sys; _ = sys.stdout.write(__version__)"
24+ Update-AppveyorBuild -Version "$($version)+$($env:APPVEYOR_BUILD_NUMBER)"
2525build_script :
2626 - cmd : |
2727 %PYTHON%\\python.exe setup.py bdist_wheel --universal
@@ -31,7 +31,7 @@ artifacts:
3131
3232deploy :
3333 auth_token :
34- secure : PFPMLUtwkaBjEP5FyQP3hgsHMRr5Uejw1eL6aOQKOIl1S1iAx1QcdVpmtZv/FKxC
34+ secure : nDRVQFKcEJ6fVXxCI19uErnRxs6f88vuto7OZ8BYR+GN3fX6pzZzlyBGeKdrKpgA
3535 description : ' pyAGE release, see readme or changelog for more information'
3636 provider : GitHub
3737 artifact : dist/*.whl
Original file line number Diff line number Diff line change 1515from pyage .event_processor import EventProcessor
1616from pyage .screen_stack import ScreenStack
1717
18- __version__ : str = "0.1.0-a5 "
18+ __version__ : str = "0.1.0-a6 "
1919
2020__all__ = (
2121 "App" ,
You can’t perform that action at this time.
0 commit comments