Skip to content

Commit aa997fd

Browse files
committed
fix pypi landing page
1 parent 5b5523c commit aa997fd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/source/changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
******************************
3+
- **v0.9.3** (*2019-01-31*):
4+
5+
- Simple point release update to fix PyPI landing page.
6+
37
- **v0.9.2** (*2019-01-30*):
48

59
- Never echo protected-looking attribute request.

pypiper/_version.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__version__ = "0.9.2"
1+
__version__ = "0.9.3"
2+

0 commit comments

Comments
 (0)