Skip to content

Commit 485617f

Browse files
committed
Bump version to 1.2.3.
1 parent 97e1b40 commit 485617f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nginxfmt.py

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

1919
__author__ = "Michał Słomkowski"
2020
__license__ = "Apache 2.0"
21-
__version__ = "1.2.2"
21+
__version__ = "1.2.3"
2222

2323

2424
class FormatterOptions:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nginxfmt"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
description = "nginx config file formatter/beautifier with no additional dependencies."
55
authors = ["Michał Słomkowski <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)