Bump version to 1.7.1
This commit is contained in:
parent
88f7c7994e
commit
2d2a8bb2d5
@ -1,7 +1,7 @@
|
||||
Changelog for packaging-scripts
|
||||
===============================
|
||||
|
||||
Version 1.6.1
|
||||
Version 1.7.1
|
||||
-------------
|
||||
|
||||
* pug2
|
||||
@ -12,7 +12,7 @@ Version 1.6.1
|
||||
|
||||
* General code cleanup
|
||||
|
||||
Version 1.6.0
|
||||
Version 1.7.0
|
||||
-------------
|
||||
|
||||
* pug2
|
||||
|
2
PKGBUILD
2
PKGBUILD
@ -1,6 +1,6 @@
|
||||
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
||||
pkgname=packaging-scripts
|
||||
pkgver=1.7.0
|
||||
pkgver=1.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="A set of helper scripts for handling Arch Linux packages"
|
||||
arch=('any')
|
||||
|
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ with open("README.rst", "r") as fh:
|
||||
# ========== Package Setup ==========
|
||||
setuptools.setup(
|
||||
name="packaging_scripts",
|
||||
version="1.7.0",
|
||||
version="1.7.1",
|
||||
author="Eric Russel Torres",
|
||||
author_email="erictorres4@protonmail.com",
|
||||
description="A set of helpers for automating borg interaction",
|
||||
|
Loading…
x
Reference in New Issue
Block a user