Skip to content

Commit c1e94ba

Browse files
author
github-actions
committed
GitHub Action Workflow - Updating version to latest
1 parent f226025 commit c1e94ba

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ After you have finished the run, go to that copied path, zip the contents of the
214214
[MADE-IN-INDIA-badge]: https://img.shields.io/badge/MADE%20WITH%20%E2%9D%A4%20IN-INDIA-orange?style=for-the-badge
215215
[MADE-IN-INDIA]: https://en.wikipedia.org/wiki/India
216216
[Windows-badge]: https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white
217-
[Windows]: https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.48/pkscreenercli.exe
217+
[Windows]: https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.49/pkscreenercli.exe
218218
[Linux-badge]: https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black
219-
[Linux]: https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.48/pkscreenercli.bin
219+
[Linux]: https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.49/pkscreenercli.bin
220220
[Mac OS-badge]: https://img.shields.io/badge/mac%20os-D3D3D3?style=for-the-badge&logo=apple&logoColor=000000
221-
[Mac OS]: https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.48/pkscreenercli.run
221+
[Mac OS]: https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.49/pkscreenercli.run
222222
[GitHub release (latest by date)-badge]: https://img.shields.io/github/v/release/pkjmesra/PKScreener?style=for-the-badge
223223
[GitHub release (latest by date)]: https://github.com/pkjmesra/PKScreener/releases/latest
224224
[pypi-badge]: https://img.shields.io/pypi/v/pkscreener.svg?style=flat-square

pkscreener/classes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
SOFTWARE.
2323
2424
"""
25-
VERSION='0.42.20231229.48'
25+
VERSION='0.42.20231229.49'

pkscreener/release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![MADE-IN-INDIA](https://img.shields.io/badge/MADE%20WITH%20%E2%9D%A4%20IN-INDIA-orange?style=for-the-badge)](https://en.wikipedia.org/wiki/India) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/pkjmesra/PKScreener?style=for-the-badge)](#) [![GitHub all releases](https://img.shields.io/github/downloads/pkjmesra/PKScreener/total?color=Green&label=Downloads&style=for-the-badge)](#) [![MADE_WITH](https://img.shields.io/badge/BUILT%20USING-PYTHON-yellow?style=for-the-badge&logo=python&logoColor=yellow)](https://www.python.org/)
22

33
## What's New?
4-
1. [v0.42.20231229.48] release
4+
1. [v0.42.20231229.49] release
55
* Added the option to scan all such stocks showing higher highs, higher lows and higher close trend. Try X > 12 > 24.
66
* Added the option to view the currently breaking out stocks. Try option X > 12 > 23.
77
* Added the stocks based on fund house popularity. Try the X > 12 > 21> options.
@@ -14,9 +14,9 @@
1414
## Downloads
1515
| Operating System | Executable File |
1616
| -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
17-
| ![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white) | **[pkscreenercli.exe](https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.48/pkscreenercli.exe)** |
18-
| ![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black) | **[pkscreenercli.bin](https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.48/pkscreenercli.bin)** |
19-
| ![Mac OS](https://img.shields.io/badge/mac%20os-D3D3D3?style=for-the-badge&logo=apple&logoColor=000000) | **[pkscreenercli.run](https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.48/pkscreenercli.run)** ([Read Installation Guide](https://github.com/pkjmesra/PKScreener/blob/main/INSTALLATION.md#for-macos)) |
17+
| ![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white) | **[pkscreenercli.exe](https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.49/pkscreenercli.exe)** |
18+
| ![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black) | **[pkscreenercli.bin](https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.49/pkscreenercli.bin)** |
19+
| ![Mac OS](https://img.shields.io/badge/mac%20os-D3D3D3?style=for-the-badge&logo=apple&logoColor=000000) | **[pkscreenercli.run](https://github.com/pkjmesra/PKScreener/releases/download/0.42.20231229.49/pkscreenercli.run)** ([Read Installation Guide](https://github.com/pkjmesra/PKScreener/blob/main/INSTALLATION.md#for-macos)) |
2020

2121
## How to use?
2222

0 commit comments

Comments
 (0)