From 15d184e396a17fe2e898f91dedb5a3bdb8c41c4e Mon Sep 17 00:00:00 2001 From: Alexander Grooff Date: Tue, 11 Jul 2023 00:16:06 +0200 Subject: [PATCH] chore: release version 0.2.9 --- .SRCINFO | 2 +- PKGBUILD | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2639cc4..0da9d90 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = nginx-static-analysis-git pkgdesc = Static analysis tool for Nginx configuration files - pkgver = 0.2.8 + pkgver = 0.2.9 pkgrel = 1 url = https://github.com/AlexanderGrooff/nginx-static-analysis arch = any diff --git a/PKGBUILD b/PKGBUILD index 17b4bcf..0b9d2be 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Alexander Grooff pkgname=nginx-static-analysis-git -pkgver=0.2.8 +pkgver=0.2.9 pkgrel=1 pkgdesc="Static analysis tool for Nginx configuration files" url="https://github.com/AlexanderGrooff/nginx-static-analysis" diff --git a/pyproject.toml b/pyproject.toml index 7bb15df..dff821d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nginx-static-analysis" -version = "0.2.8" +version = "0.2.9" description = "Parse Nginx configurations in a clear manner for debugging purposes" authors = [ {name = "Alexander Grooff", email = "alexandergrooff@gmail.com"}, diff --git a/setup.py b/setup.py index 3d22e51..537ede6 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="nginx-static-analysis", - version="0.2.8", + version="0.2.9", description="Parse Nginx configurations in a clear manner for debugging purposes", url="https://github.com/AlexanderGrooff/nginx-static-analysis", packages=find_packages(