Skip to content

Commit e4c3e79

Browse files
authored
Merge pull request #17 from pharmaverse/news
Release rtflite 0.1.1
2 parents 07f5819 + 960103e commit e4c3e79

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## rtflite 0.1.1
4+
5+
### Documentation
6+
7+
- Use absolute URL to replace relative path for logo image in `README.md`,
8+
for proper rendering on PyPI (#16).
9+
310
## rtflite 0.1.0
411

512
### New features

docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## rtflite 0.1.1
4+
5+
### Documentation
6+
7+
- Use absolute URL to replace relative path for logo image in `README.md`,
8+
for proper rendering on PyPI (#16).
9+
310
## rtflite 0.1.0
411

512
### New features

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rtflite"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Lightweight RTF composer for Python"
55
authors = [
66
{ name = "Yilong Zhang", email = "elong0527@gmail.com" },

0 commit comments

Comments
 (0)