Skip to content

Commit

Permalink
v1.9.1 release & Github issue template update
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanHodzic committed Jan 9, 2022
1 parent 5e503f8 commit 8fb5469
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
### Error output:
```text
Paste here error output
Add/paste error output
```
---

### System information:
```text
Paste here output of the auto-cpufreq --debug

Add/paste output of:

```
auto-cpufreq --debug
```

#### Without providing requested information your issue might be ignored!

---
2 changes: 1 addition & 1 deletion auto_cpufreq/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def app_version():

# snap package
if os.getenv("PKG_MARKER") == "SNAP":
print(getoutput("echo Snap version: $SNAP_VERSION"))
print(getoutput("echo \(Snap\) $SNAP_VERSION"))
# aur package
elif dist_name in ["arch", "manjaro", "garuda"]:
aur_pkg_check = call("pacman -Qs auto-cpufreq > /dev/null", shell=True)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(name):
return f.read()

# Used for the tar.gz/snap releases
VERSION = "1.9.0"
VERSION = "1.9.1"

setup(
name="auto-cpufreq",
Expand Down

0 comments on commit 8fb5469

Please sign in to comment.