Skip to content

Commit cb02c5f

Browse files
committed
1.5.5
1 parent 092fe89 commit cb02c5f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.5.5] - 2021-03-11
6+
### Fixed
7+
- Fixed bugs in parsing lines that contain a semicolon or curly brace inside of quotes
8+
- Fixed bug in creating new Keys in which the value isn't a string but is still stringable (int)
9+
510
## [1.5.4] - 2020-08-21
611
### Fixed
712
- Warn user if successful parsing of a config is impossible due to missing semicolon (thanks @fulder!)

setup.py

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

55
setup(
66
name='python-nginx',
7-
version='1.5.4',
7+
version='1.5.5',
88
description='Create and modify nginx serverblock configs in Python',
99
author='Jacob Cook',
1010
author_email='jacob@peakwinter.net',

0 commit comments

Comments
 (0)