Skip to content

Commit 9a45a12

Browse files
committed
release v2.0.1
1 parent d11b14e commit 9a45a12

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
luckyluks (2.0.1) unstable; urgency=low
2+
3+
* Update readme/manpages
4+
5+
-- Jasper van Hoorn <muzius@gmail.com> Tue, 25 Jan 2022 01:03:37 +0100
6+
7+
18
luckyluks (2.0.0) unstable; urgency=low
29

310
* bugfix tcplay keyfile only

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ For Ubuntu and derivates just use this `ppa <https://launchpad.net/~jas-per/+arc
3636

3737
All Debian based distributions can use this debian package and install manually:
3838

39-
`luckyluks_2.0.0_all.deb <https://github.com/jas-per/luckyLUKS/releases/download/v2.0.0/luckyluks_2.0.0_all.deb>`_
39+
`luckyluks_2.0.1_all.deb <https://github.com/jas-per/luckyLUKS/releases/download/v2.0.1/luckyluks_2.0.1_all.deb>`_
4040

4141
On other distriubutions you can use the following zip-packaged python file:
4242

43-
`luckyLUKS-2.0.0 <https://github.com/jas-per/luckyLUKS/releases/download/v2.0.0/luckyLUKS-2.0.0>`_
43+
`luckyLUKS-2.0.1 <https://github.com/jas-per/luckyLUKS/releases/download/v2.0.1/luckyLUKS-2.0.1>`_
4444

4545
This file contains all resources and can be executed directly by the python intepreter. Place in :code:`/usr/bin` and change ownership to root::
4646

47-
> sudo mv luckyLUKS-2.0.0 /usr/bin/
48-
> sudo chown root:root /usr/bin/luckyLUKS-2.0.0
49-
> sudo chmod 755 /usr/bin/luckyLUKS-2.0.0
47+
> sudo mv luckyLUKS-2.0.1 /usr/bin/
48+
> sudo chown root:root /usr/bin/luckyLUKS-2.0.1
49+
> sudo chmod 755 /usr/bin/luckyLUKS-2.0.1
5050

51-
Then start with :code:`luckyLUKS-2.0.0` on the command line or create a desktop shortcut manually.
51+
Then start with :code:`luckyLUKS-2.0.1` on the command line or create a desktop shortcut manually.
5252

5353
Dependencies
5454
------------

luckyLUKS/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
""" luckyLUKS """
22

3-
VERSION_STRING = '2.0.0'
3+
VERSION_STRING = '2.0.1'
44
PROJECT_URL = 'https://github.com/jas-per/luckyLUKS'

0 commit comments

Comments
 (0)