Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peakwinter committed Nov 28, 2018
1 parent 7b6927e commit 45da0af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.5.2] - 2018-11-28
### Fixed
- Fixed bug in parsing semicolons in quoted values, notably `if` keys (thanks @fulder!)

## [1.5.1] - 2018-10-06
### Fixed
- Fixed bug in parsing `limit_except` parameters (thanks @fulder!)

## [1.5.0] - 2018-08-06
### Features
- Supports managing `stream` configuration blocks (thanks @xannz!)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

setup(
name='python-nginx',
version='1.5.1',
version='1.5.2',
description='Create and modify nginx serverblock configs in Python',
author='Jacob Cook',
author_email='jacob@peakwinter.net',
url='https://github.com/peakwinter/python-nginx',
py_modules=['nginx'],
keywords=['nginx', 'web servers', 'serverblock', 'server block'],
download_url='https://git.coderouge.co/coderouge/python-nginx/repository/archive.zip?ref=master',
download_url='https://github.com/peakwinter/python-nginx/archive/1.5.2.zip',
license='GPLv3',
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 45da0af

Please sign in to comment.