Skip to content

Commit e31a1b2

Browse files
committed
1.5.0
1 parent 51c6a4f commit e31a1b2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

DEBIAN/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: input-remapper
2-
Version: 1.4.2
2+
Version: 1.5.0
33
Architecture: all
44
Maintainer: Sezanzeb <[email protected]>
55
Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-setuptools, python3-evdev, python3-pydbus, python3-gi, gettext, python3-cairo, libgtk-3-0, libgtksourceview-4-dev, python3-pydantic

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ or install the latest changes via:
3131
sudo apt install git python3-setuptools gettext
3232
git clone https://github.com/sezanzeb/input-remapper.git
3333
cd input-remapper && ./scripts/build.sh
34-
sudo apt install ./dist/input-remapper-1.4.2.deb
34+
sudo apt install ./dist/input-remapper-1.5.0.deb
3535
```
3636

3737
input-remapper is now part of [Debian Unstable](https://packages.debian.org/sid/input-remapper)

scripts/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ build_deb() {
99
mv build/deb/usr/local/lib/python3.*/ build/deb/usr/lib/python3/
1010
cp ./DEBIAN build/deb/ -r
1111
mkdir dist -p
12-
rm dist/input-remapper-1.4.2.deb || true
13-
dpkg -b build/deb dist/input-remapper-1.4.2.deb
12+
rm dist/input-remapper-1.5.0.deb || true
13+
dpkg -b build/deb dist/input-remapper-1.5.0.deb
1414
}
1515

1616
build_deb &

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def make_lang():
102102

103103
setup(
104104
name="input-remapper",
105-
version="1.4.2",
105+
version="1.5.0",
106106
description="A tool to change the mapping of your input device buttons",
107107
author="Sezanzeb",
108108
author_email="[email protected]",

0 commit comments

Comments
 (0)