Skip to content

Commit

Permalink
fix: usr: removed unused plantuml import
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Tessaro committed Jul 25, 2022
1 parent dbb66f2 commit 63121d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Changelog


## 3.6.1 (2022-07-22)
## 3.6.2 (2022-07-25)

### Fix

* Removed unused `plantuml` import. [Michele Tessaro]


## 3.6.1 (2022-07-23)

### Changes

* Regenerated the `CHANGELOG.md` [Michele Tessaro]

* Removed dependency from plantuml package (refs #70) [Michele Tessaro]

The dependency from the `plantuml` package has been completely removed
Expand Down
1 change: 0 additions & 1 deletion plantuml_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
from typing import Dict, List, Optional
from zlib import adler32

from plantuml import PlantUML
import logging
import markdown
import uuid
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="plantuml-markdown",
version="3.6.1",
version="3.6.2",
author="Michele Tessaro",
author_email="[email protected]",
description="A PlantUML plugin for Markdown",
Expand Down

0 comments on commit 63121d4

Please sign in to comment.