Skip to content

Commit 4ecd1cd

Browse files
committed
1.5.3
1 parent ff15230 commit 4ecd1cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.5.3] - 2018-12-10
6+
### Fixed
7+
- Fixed bug in parsing Type directives as well as misidentifying certain possible key names (thanks @SGamoff and @fulder!)
8+
59
## [1.5.2] - 2018-11-28
610
### Fixed
711
- Fixed bug in parsing semicolons in quoted values, notably `if` keys (thanks @fulder!)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
setup(
66
name='python-nginx',
7-
version='1.5.2',
7+
version='1.5.3',
88
description='Create and modify nginx serverblock configs in Python',
99
author='Jacob Cook',
1010
author_email='jacob@peakwinter.net',
1111
url='https://github.com/peakwinter/python-nginx',
1212
py_modules=['nginx'],
1313
keywords=['nginx', 'web servers', 'serverblock', 'server block'],
14-
download_url='https://github.com/peakwinter/python-nginx/archive/1.5.2.zip',
14+
download_url='https://github.com/peakwinter/python-nginx/archive/1.5.3.zip',
1515
license='GPLv3',
1616
classifiers=[
1717
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)