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 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.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
+
5
15
## [1.0.0] - 2016-08-19
6
16
### Changed
7
17
- Some API changes:
@@ -15,6 +25,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
25
- Cleaned code for full PEP8 compatibility and added comments.
16
26
- Added simple tests.
17
27
18
-
19
28
### Fixed
20
29
- 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 4
4
5
5
setup (
6
6
name = 'python-nginx' ,
7
- version = '1.1 ' ,
7
+ version = '1.2 ' ,
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