Skip to content

Commit 82e6eb0

Browse files
committed
Fix project description rendering on pypi
1 parent d25a66f commit 82e6eb0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
CHANGES
22
^^^^^^^
33

4+
0.10.1 (2018-05-07)
5+
-------------------
6+
7+
- Fix project description rendering on pypi
8+
49
0.10.0 (2018-05-06)
5-
------------------
10+
-------------------
611

712
- This release significantly improves performance
813

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '0.9.2'
3+
version = '0.10.1'
44

55

66
setup(

0 commit comments

Comments
 (0)