Skip to content

Commit 81f2a6e

Browse files
committed
using alt src
1 parent f117579 commit 81f2a6e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.1.1 - 2022/10/07
2+
* Trying to display logo on PyPi page
3+
14
1.1.0 - 2022/10/07
25
* [g-pichler] Added support for SQLAlchemy models mapping
36
* Upgraded code checking tool and improved code formatting

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" align="left" style="width:128px; margin-right: 20px;" />
1+
<img src="logo.png" alt="https://raw.githubusercontent.com/anikolaienko/py-automapper/main/logo.png" align="left" style="width:128px; margin-right: 20px;" />
22

33
# py-automapper
44

55
**Version**
6-
1.1.0
6+
1.1.1
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.0"
3+
version = "1.1.1"
44
description = "Library for automatically mapping one object to another"
55
authors = ["Andrii Nikolaienko <anikolaienko14@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)