File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [Semantic Versioning](http://semver.org/).
44
5+ ## [1.2.0] - 2017-09-06
6+ ### Fixed
7+ - Fixed several bugs involving parsing of messy files and brace locations (thanks @lelik9!)
8+ - Fixed a bug where an exception was raised if a key was found in the top level of the configuration.
9+
10+ ## [1.1.0] - 2017-01-14
11+ ### Fixed
12+ - Fixed a bug where an exception was raised if location blocks didn't contain any normal keys.
13+ - Fixed a bug where an exception was raised if a closing brace was used inside a key's value.
14+
515## [1.0.0] - 2016-08-19
616### Changed
717- Some API changes:
@@ -15,6 +25,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1525- Cleaned code for full PEP8 compatibility and added comments.
1626- Added simple tests.
1727
18-
1928### Fixed
2029- Fixed a bug where unexpected behaviour would occur when a pound symbol was used inside a key value.
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'python-nginx' ,
7- version = '1.1 ' ,
7+ version = '1.2 ' ,
88 description = 'Create and modify nginx serverblock configs in Python' ,
99 author = 'Jacob Cook' ,
1010 author_email = 'jacob@peakwinter.net' ,
You can’t perform that action at this time.
0 commit comments