Skip to content

Commit 15d184e

Browse files
chore: release version 0.2.9
1 parent bb64a96 commit 15d184e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = nginx-static-analysis-git
22
pkgdesc = Static analysis tool for Nginx configuration files
3-
pkgver = 0.2.8
3+
pkgver = 0.2.9
44
pkgrel = 1
55
url = https://github.com/AlexanderGrooff/nginx-static-analysis
66
arch = any

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Alexander Grooff <[email protected]>
22
pkgname=nginx-static-analysis-git
3-
pkgver=0.2.8
3+
pkgver=0.2.9
44
pkgrel=1
55
pkgdesc="Static analysis tool for Nginx configuration files"
66
url="https://github.com/AlexanderGrooff/nginx-static-analysis"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nginx-static-analysis"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
description = "Parse Nginx configurations in a clear manner for debugging purposes"
55
authors = [
66
{name = "Alexander Grooff", email = "[email protected]"},

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="nginx-static-analysis",
23-
version="0.2.8",
23+
version="0.2.9",
2424
description="Parse Nginx configurations in a clear manner for debugging purposes",
2525
url="https://github.com/AlexanderGrooff/nginx-static-analysis",
2626
packages=find_packages(

0 commit comments

Comments
 (0)