Version bump. All future releases will now be PGP-signed.

This commit is contained in:
Anton Hvornum 2021-01-20 00:40:08 +01:00
parent c67b1c4006
commit ec638351e8
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
6 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ SAFETY_LOCK
**/**.zst
**/**.network
**/**.target
**/**.qcow2

View File

@ -1,7 +1,7 @@
# Maintainer: Anton Hvornum anton@hvornum.se
# Contributor: Anton Hvornum anton@hvornum.se
pkgname="archinstall-bin"
pkgver="2.0.6"
pkgver="2.1.0"
pkgdesc="Installs a pre-built binary of ${pkgname}"
pkgrel=1
url="https://github.com/Torxed/archinstall"

View File

@ -1,7 +1,7 @@
# Maintainer: Anton Hvornum <anton@hvornum.se>
# Contributor: demostanis worlds <demostanis@protonmail.com>
pkgname="archinstall"
pkgver="2.0.6"
pkgver="2.1.0"
pkgdesc="Installs launcher scripts for archinstall"
pkgrel=1
url="https://github.com/Torxed/archinstall"

View File

@ -2,7 +2,7 @@
# Contributor: demostanis worlds <demostanis@protonmail.com>
pkgname="python-archinstall"
pkgver="2.0.6"
pkgver="2.1.0"
pkgdesc="Installs ${pkgname} as a python library."
pkgrel=1
url="https://github.com/Torxed/archinstall"

View File

@ -1 +1 @@
2.0.6
2.1.0

View File

@ -38,7 +38,7 @@ copyright = '2020, Anton Hvornum'
author = 'Anton Hvornum'
# The full version, including alpha/beta/rc tags
release = 'v2.0.6'
release = 'v2.1.0'
# -- General configuration ---------------------------------------------------