Skip to content

Commit f58b309

Browse files
author
Jacob Cook
committed
version 1.2
1 parent 1b1b7d8 commit f58b309

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This 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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
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',

0 commit comments

Comments
 (0)