Skip to content

Commit

Permalink
chg: dev: Bumping version to 1.1.0 minor release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-jenkins committed Jul 12, 2017
1 parent 5b98a3b commit 90c32fe
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"project_name": "PlantUML Client in Python",
"short_description": "Python client for the PlantUML server",
"year": "2016",
"version": "1.0.1"
"version": "1.1.0"
}
21 changes: 21 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,27 @@ Documentation
Changelog
=========

1.1.0
-----

**New**

- Added documentation on how to run a PlantUML docker container to simplify
deployment.

**Fixes**

- Fix #9 passing source files to the Sphinx directive as an absolute path.
- Fix #7 source files passed as argument to the Sphinx directive failed to
render correctly.
- Fixed test suite to be compatible with newer versions of Sphinx.
- Fixed several PEP8 violations.

**Changes**

- Improved algorithm to gather configuration for a git repository root.
- Test suite now test Python 3 with Python 3.5 instead of Python 3.4.

1.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion lib/plantweb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

__author__ = 'Carlos Jenkins'
__email__ = 'carlos@jenkins.co.cr'
__version__ = '1.0.1'
__version__ = '1.1.0'

0 comments on commit 90c32fe

Please sign in to comment.