Skip to content

Commit

Permalink
Version 1.5 (#174)
Browse files Browse the repository at this point in the history
* rel : migrate to version 1.5

* doc : minor edit in feature_request.yml

* rel : CHANGELOG.md updated for version 1.5

* rel : migrate to version 1.5

* doc : release date --> 9/16/2024
  • Loading branch information
sepandhaghighi authored Sep 14, 2024
1 parent 03681ef commit 10fba43
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 19 deletions.
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: PyRGG version
description: Which version of PyRGG are you using?
options:
- PyRGG 1.5
- PyRGG 1.4
- PyRGG 1.3
- PyRGG 1.2
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body:
validations:
required: false
- type: textarea
id: aditional-context
id: additional-context
attributes:
label: Additional context
placeholder: >
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]
## [1.5] - 2024-09-16
### Added
- `feature_request.yml` template
- `config.yml` for issue template
Expand Down Expand Up @@ -200,7 +201,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- JSON format
- README

[Unreleased]: https://github.com/sepandhaghighi/pyrgg/compare/v1.4...dev
[Unreleased]: https://github.com/sepandhaghighi/pyrgg/compare/v1.5...dev
[1.5]: https://github.com/sepandhaghighi/pyrgg/compare/v1.4...v1.5
[1.4]: https://github.com/sepandhaghighi/pyrgg/compare/v1.3...v1.4
[1.3]: https://github.com/sepandhaghighi/pyrgg/compare/v1.2...v1.3
[1.2]: https://github.com/sepandhaghighi/pyrgg/compare/v1.1...v1.2
Expand Down
2 changes: 1 addition & 1 deletion PYRGG.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

block_cipher = None

pyrgg_version = "1.4"
pyrgg_version = "1.5"


a = Analysis(['pyrgg/__main__.py'],
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ PyRGG is a user-friendly synthetic random graph generator that is written in Pyt

### PyPI
- Check [Python Packaging User Guide](https://packaging.python.org/installing/)
- `pip install pyrgg==1.4`
- `pip install pyrgg==1.5`

### Source Code
- Download [Version 1.4](https://github.com/sepandhaghighi/pyrgg/archive/v1.4.zip) or [Latest Source ](https://github.com/sepandhaghighi/pyrgg/archive/dev.zip)
- Download [Version 1.5](https://github.com/sepandhaghighi/pyrgg/archive/v1.5.zip) or [Latest Source ](https://github.com/sepandhaghighi/pyrgg/archive/dev.zip)
- `pip install .`

### Conda
- Check [Conda Managing Package](https://conda.io)
- `conda install -c sepandhaghighi pyrgg`

### Exe Version (Only Windows)
- Download [Exe-Version 1.4](https://github.com/sepandhaghighi/pyrgg/releases/download/v1.4/PYRGG-1.4.exe)
- Run `PYRGG-1.4.exe`
- Download [Exe-Version 1.5](https://github.com/sepandhaghighi/pyrgg/releases/download/v1.5/PYRGG-1.5.exe)
- Run `PYRGG-1.5.exe`

### System Requirements
Pyrgg will likely run on a modern dual core PC. Typical configuration is:
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 |
| ------------- | ------------------ |
| 1.4 | :white_check_mark: |
| < 1.4 | :x: |
| 1.5 | :white_check_mark: |
| < 1.5 | :x: |

## Reporting a Vulnerability

Expand Down
10 changes: 5 additions & 5 deletions otherfile/Version.rc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 4, 0, 0),
prodvers=(1, 4, 0, 0),
filevers=(1, 5, 0, 0),
prodvers=(1, 5, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
Expand All @@ -16,12 +16,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'PyRGG Development Team'),
StringStruct(u'FileDescription', u'PYRGG.exe'),
StringStruct(u'FileVersion', u'1.4.0.0'),
StringStruct(u'FileVersion', u'1.5.0.0'),
StringStruct(u'InternalName', u'PYRGG.exe'),
StringStruct(u'LegalCopyright', u'Copyright (c) 2023 PyRGG Development Team'),
StringStruct(u'LegalCopyright', u'Copyright (c) 2024 PyRGG Development Team'),
StringStruct(u'OriginalFilename', u'PYRGG.exe'),
StringStruct(u'ProductName', u'PYRGG'),
StringStruct(u'ProductVersion', u'1, 4, 0, 0')])
StringStruct(u'ProductVersion', u'1, 5, 0, 0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion otherfile/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyrgg" %}
{% set version = "1.4" %}
{% set version = "1.5" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion otherfile/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 = "1.4"
VERSION = "1.5"

VERSION_1 = VERSION.split(".")[0]
VERSION_2 = str(int(float(VERSION) * 10 - int(VERSION_1) * 10))
Expand Down
2 changes: 1 addition & 1 deletion pyrgg/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
OUTPUT_FORMAT_INV = {v: k for k, v in OUTPUT_FORMAT.items()}


PYRGG_VERSION = "1.4"
PYRGG_VERSION = "1.5"

SOURCE_DIR = os.getcwd()

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ def read_description():
setup(
name='pyrgg',
packages=['pyrgg', 'pyrgg.engines'],
version='1.4',
version='1.5',
description='Python Random Graph Generator',
long_description=read_description(),
long_description_content_type='text/markdown',
author='PyRGG Development Team',
author_email='[email protected]',
url='https://github.com/sepandhaghighi/pyrgg',
download_url='https://github.com/sepandhaghighi/pyrgg/tarball/v1.4',
download_url='https://github.com/sepandhaghighi/pyrgg/tarball/v1.5',
keywords='random graph python3 python generator graph-process generator DIMACS JSON YAML Pickle CSV TSV WEL ASP TGF UCINET',
project_urls={
'Webpage': 'https://www.pyrgg.site',
Expand Down

0 comments on commit 10fba43

Please sign in to comment.