Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.9 #119

Merged
merged 2 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ body:
label: Nafas version
description: Which version of Nafas are you using?
options:
- Nafas 0.9
- Nafas 0.8
- Nafas 0.7
- Nafas 0.6
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.9] - 2025-01-06
### Added
- Energizing program
- `PROGRAMS.md`
Expand Down Expand Up @@ -114,7 +115,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Anti-Appetite program
- Cigarette Replace program

[Unreleased]: https://github.com/sepandhaghighi/nafas/compare/v0.8...dev
[Unreleased]: https://github.com/sepandhaghighi/nafas/compare/v0.9...dev
[0.9]: https://github.com/sepandhaghighi/nafas/compare/v0.8...v0.9
[0.8]: https://github.com/sepandhaghighi/nafas/compare/v0.7...v0.8
[0.7]: https://github.com/sepandhaghighi/nafas/compare/v0.6...v0.7
[0.6]: https://github.com/sepandhaghighi/nafas/compare/v0.5...v0.6
Expand Down
2 changes: 1 addition & 1 deletion NAFAS.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

block_cipher = None

nafas_version = "0.8"
nafas_version = "0.9"

a = Analysis(['nafas/__main__.py'],
pathex=['nafas'],
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@ No need to walk away to take a break, just sit comfortably, run Nafas and let th
## Installation

### Source Code
- Download [Version 0.8](https://github.com/sepandhaghighi/nafas/archive/v0.8.zip) or [Latest Source](https://github.com/sepandhaghighi/nafas/archive/dev.zip)
- Download [Version 0.9](https://github.com/sepandhaghighi/nafas/archive/v0.9.zip) or [Latest Source](https://github.com/sepandhaghighi/nafas/archive/dev.zip)
- `pip install .`

### PyPI

- Check [Python Packaging User Guide](https://packaging.python.org/installing/)
- `pip install nafas==0.8`
- `pip install nafas==0.9`


### Exe Version

⚠️ Only Windows

- Download [Exe-Version 0.8](https://github.com/sepandhaghighi/nafas/releases/download/v0.8/NAFAS-0.8.exe)
- Run `NAFAS-0.8.exe`
- Download [Exe-Version 0.9](https://github.com/sepandhaghighi/nafas/releases/download/v0.9/NAFAS-0.9.exe)
- Run `NAFAS-0.9.exe`


## Usage
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Version | Supported |
| ------------- | ------------------ |
| 0.8 | :white_check_mark: |
| < 0.8 | :x: |
| 0.9 | :white_check_mark: |
| < 0.9 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion nafas/params.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""nafas parameters."""

NAFAS_VERSION = "0.8"
NAFAS_VERSION = "0.9"

NAFAS_DESCRIPTION = """
Breathing gymnastics is a system of breathing exercises that focuses on the treatment of various diseases and general health promotion.
Expand Down
12 changes: 6 additions & 6 deletions otherfiles/Version.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 8, 0, 0),
prodvers=(0, 8, 0, 0),
filevers=(0, 9, 0, 0),
prodvers=(0, 9, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
Expand All @@ -14,14 +14,14 @@ VSVersionInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'Sepand Haghighi'),
[StringStruct(u'CompanyName', u'Nafas Development Team'),
StringStruct(u'FileDescription', u'NAFAS.exe'),
StringStruct(u'FileVersion', u'0.8.0.0'),
StringStruct(u'FileVersion', u'0.9.0.0'),
StringStruct(u'InternalName', u'NAFAS.exe'),
StringStruct(u'LegalCopyright', u'Copyright (c) 2020-2024 Sepand Haghighi'),
StringStruct(u'LegalCopyright', u'Copyright (c) 2020-2025 Nafas Development Team'),
StringStruct(u'OriginalFilename', u'NAFAS.exe'),
StringStruct(u'ProductName', u'NAFAS'),
StringStruct(u'ProductVersion', u'0, 8, 0, 0')])
StringStruct(u'ProductVersion', u'0, 9, 0, 0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion otherfiles/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
import codecs
Failed = 0
VERSION = "0.8"
VERSION = "0.9"

VERSION_1 = VERSION.split(".")[0]
VERSION_2 = str(int(float(VERSION) * 10 - int(VERSION_1) * 10))
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ def read_description():
setup(
name='nafas',
packages=['nafas'],
version='0.8',
version='0.9',
description='Breathing gymnastics application',
long_description=read_description(),
long_description_content_type='text/markdown',
include_package_data=True,
author='Nafas Development Team',
author_email='me@sepand.tech',
url='https://github.com/sepandhaghighi/nafas',
download_url='https://github.com/sepandhaghighi/nafas/tarball/v0.8',
download_url='https://github.com/sepandhaghighi/nafas/tarball/v0.9',
keywords="breath breathing meditation yoga pranayama",
project_urls={
'Source': 'https://github.com/sepandhaghighi/nafas',
Expand Down