File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
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
+
5
10
## [1.5.4] - 2020-08-21
6
11
### Fixed
7
12
- Warn user if successful parsing of a config is impossible due to missing semicolon (thanks @fulder!)
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'python-nginx' ,
7
- version = '1.5.4 ' ,
7
+ version = '1.5.5 ' ,
8
8
description = 'Create and modify nginx serverblock configs in Python' ,
9
9
author = 'Jacob Cook' ,
10
10
author_email = 'jacob@peakwinter.net' ,
You can’t perform that action at this time.
0 commit comments