Skip to content

Commit

Permalink
chore: release version 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGrooff committed Jul 10, 2023
1 parent bb64a96 commit 15d184e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Alexander Grooff <alexandergrooff@gmail.com>
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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 15d184e

Please sign in to comment.