Skip to content

Commit

Permalink
1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peakwinter committed Mar 12, 2021
1 parent 092fe89 commit cb02c5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.5.5] - 2021-03-11
### Fixed
- Fixed bugs in parsing lines that contain a semicolon or curly brace inside of quotes
- Fixed bug in creating new Keys in which the value isn't a string but is still stringable (int)

## [1.5.4] - 2020-08-21
### Fixed
- Warn user if successful parsing of a config is impossible due to missing semicolon (thanks @fulder!)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cb02c5f

Please sign in to comment.