Skip to content

Commit ae221c2

Browse files
committed
1.5
1 parent 317f31c commit ae221c2

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
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.0] - 2018-08-06
6+
### Features
7+
- Supports managing `stream` configuration blocks (thanks @xannz!)
8+
9+
## [1.4.1] - 2018-04-01
10+
### Fixed
11+
- A small error in packaging that prevented installs from PyPI.
12+
513
## [1.4.0] - 2018-04-01
614
### Fixed
715
- Fixed bugs in parsing single key values and quoted keys/values (thanks @fulder!)

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ If you're reading this, you'd like to contribute to one of my open source projec
55

66
### General Resources
77

8-
* **[Coderouge (GitLab)](https://git.coderouge.co)** is the primary destination for this project's source code repository, issue tracker, contribution management (pull requests) and testing infrastructure / CI.
9-
* If you're reading this on **GitHub**: this is kept as a mirror of the main repo that is hosted on the aforementioned GitLab instance. If you have quick contributions to make in the way of issues or pull requests, then feel free to do so here and I will migrate them back to the main repo. If you would like to be more involved in this project, however, I'd invite you to work from the GitLab instance - it's faster, snazzier and more directly connected to testing infrastructure.
8+
* **[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).
9+
* Testing infrastructure / CI can be found at **[Travis-CI](https://travis-ci.org/peakwinter/python-nginx)**.
1010
* Documentation for development is kept in `README.md`, changelogs in `CHANGELOG`.
1111

1212

1313
### Submitting Pull Requests
1414

15-
Pull requests are a great way to add a new feature for yourself to use, and to help others who might be using this project along the way. Please follow the style guide below for your code submissions, and don't forget to adequately test your code before you make the request. I'll get to it as soon as I can, and review it with you if need be.
15+
Pull requests are a great way to add a new feature for yourself to use, and to help others who might be using this project along the way. Please follow the style guide below for your code submissions, add unit tests if at all possible, and don't forget to adequately test your code functionally before you make the request. I'll get to it as soon as I can, and review it with you if need be.
1616

1717

1818
### Filing Bugs
@@ -52,7 +52,7 @@ I try to use all of my projects as an example of what positive and respectful ef
5252

5353
### Asking for Help
5454

55-
If you'd like to ask questions about contributing to this project or about the code contained within, feel free! My profile page on GitHub/GitLab will have links to my Twitter account or my email, I will respond whenever possible.
55+
If you'd like to ask questions about contributing to this project or about the code contained within, feel free! My profile page on GitHub will have links to my Twitter account or my email, I will respond whenever possible.
5656

5757

5858
# Thank you!

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.4',
7+
version='1.5.0',
88
description='Create and modify nginx serverblock configs in Python',
99
author='Jacob Cook',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)