Skip to content

Commit

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

## [1.5.7] - 2022-03-06
### Features
- Consider parent logging settings and use module name for logging (thanks @chikko80!)

## [1.5.6] - 2021-03-20
### Fixed
- Fixed additional bugs in parsing lines with semicolons or curly braces when quotation marks are involved
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you're reading this, you'd like to contribute to one of my open source projec
### General Resources

* **[Github](https://github.com/peakwinter/python-nginx)** is the primary destination for this project's source code repository, issue tracker, and contribution management (pull requests).
* Testing infrastructure / CI can be found at **[Travis-CI](https://travis-ci.org/peakwinter/python-nginx)**.
* Testing infrastructure / CI can be found in the **[Github Action](https://github.com/peakwinter/python-nginx/blob/master/.github/workflows/ci.yml)**.
* Documentation for development is kept in `README.md`, changelogs in `CHANGELOG`.


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## python-nginx

[![](https://travis-ci.org/peakwinter/python-nginx.svg?branch=master)](https://travis-ci.org/peakwinter/python-nginx)
![build](https://github.com/peakwinter/python-nginx/actions/workflows/ci.yml/badge.svg)

A module for easily creating and modifying nginx serverblock configurations in Python (including comments!).

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.6',
version='1.5.7',
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://github.com/peakwinter/python-nginx/archive/1.5.4.zip',
download_url='https://github.com/peakwinter/python-nginx/archive/1.5.7.zip',
license='GPLv3',
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit c284cdb

Please sign in to comment.