We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092fe89 commit cb02c5fCopy full SHA for cb02c5f
2 files changed
CHANGELOG
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
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
+
10
## [1.5.4] - 2020-08-21
11
### Fixed
12
- Warn user if successful parsing of a config is impossible due to missing semicolon (thanks @fulder!)
setup.py
@@ -4,7 +4,7 @@
setup(
name='python-nginx',
- version='1.5.4',
+ version='1.5.5',
description='Create and modify nginx serverblock configs in Python',
author='Jacob Cook',
author_email='jacob@peakwinter.net',
0 commit comments