Skip to content

Commit

Permalink
Merge branch 'release-2.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Tessaro committed Mar 3, 2019
2 parents d5f7c94 + 5a18f4f commit dc26804
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.0.1 (2019-03-03)

### Fix

* Fixed package contents. [Michele Tessaro]

* Fixed travis configuration. [Michele Tessaro]


## 2.0.0 (2019-03-02)

### New
Expand All @@ -9,6 +18,10 @@
Now for the diagram rendering can be used an external PlantUML server.
This can speedup document generation when there are a lot of diagrams.

### Changes

* Updated documentation for new release. [Michele Tessaro]

### Fix

* Use preprocessors.register instead of (deprecated) add. [Johan]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="plantuml-markdown",
version="2.0.0",
version="2.0.1",
author="Michele Tessaro",
author_email="[email protected]",
description="A PlantUML plugin for Markdown",
Expand All @@ -24,7 +24,7 @@
keywords=['Markdown', 'typesetting', 'include', 'plugin', 'extension'],
url="https://github.com/mikitex70/plantuml-markdown",
#packages=setuptools.find_packages(exclude=['test']),
py_modules=['plantuml'],
py_modules=['plantuml-markdown'],
install_requires=install_requirements,
tests_require=test_requirements,
classifiers=[
Expand Down

0 comments on commit dc26804

Please sign in to comment.