Skip to content

Commit 90ae460

Browse files
committed
reverted tries to display image on PyPi page
1 parent 81f2a6e commit 90ae460

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
1.1.1 - 2022/10/07
2-
* Trying to display logo on PyPi page
3-
4-
1.1.0 - 2022/10/07
1+
1.1.3 - 2022/10/07
52
* [g-pichler] Added support for SQLAlchemy models mapping
63
* Upgraded code checking tool and improved code formatting
74

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<img src="logo.png" alt="https://raw.githubusercontent.com/anikolaienko/py-automapper/main/logo.png" align="left" style="width:128px; margin-right: 20px;" />
1+
<img src="logo.png" align="left" style="width:128px; margin-right: 20px;" />
22

33
# py-automapper
44

55
**Version**
6-
1.1.1
6+
1.1.3
77

88
**Author**
99
anikolaienko

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py-automapper"
3-
version = "1.1.1"
3+
version = "1.1.3"
44
description = "Library for automatically mapping one object to another"
55
authors = ["Andrii Nikolaienko <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)