Skip to content

Commit

Permalink
reverted tries to display image on PyPi page
Browse files Browse the repository at this point in the history
  • Loading branch information
anikolaienko committed Oct 7, 2022
1 parent 81f2a6e commit 90ae460
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
1.1.1 - 2022/10/07
* Trying to display logo on PyPi page

1.1.0 - 2022/10/07
1.1.3 - 2022/10/07
* [g-pichler] Added support for SQLAlchemy models mapping
* Upgraded code checking tool and improved code formatting

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<img src="logo.png" alt="https://raw.githubusercontent.com/anikolaienko/py-automapper/main/logo.png" align="left" style="width:128px; margin-right: 20px;" />
<img src="logo.png" align="left" style="width:128px; margin-right: 20px;" />

# py-automapper

**Version**
1.1.1
1.1.3

**Author**
anikolaienko
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-automapper"
version = "1.1.1"
version = "1.1.3"
description = "Library for automatically mapping one object to another"
authors = ["Andrii Nikolaienko <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 90ae460

Please sign in to comment.