Skip to content

Commit 45da0af

Browse files
committed
1.5.2
1 parent 7b6927e commit 45da0af

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.2] - 2018-11-28
6+
### Fixed
7+
- Fixed bug in parsing semicolons in quoted values, notably `if` keys (thanks @fulder!)
8+
9+
## [1.5.1] - 2018-10-06
10+
### Fixed
11+
- Fixed bug in parsing `limit_except` parameters (thanks @fulder!)
12+
513
## [1.5.0] - 2018-08-06
614
### Features
715
- Supports managing `stream` configuration blocks (thanks @xannz!)

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.1',
7+
version='1.5.2',
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://git.coderouge.co/coderouge/python-nginx/repository/archive.zip?ref=master',
14+
download_url='https://github.com/peakwinter/python-nginx/archive/1.5.2.zip',
1515
license='GPLv3',
1616
classifiers=[
1717
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)