Skip to content

Commit c16edfd

Browse files
committed
doc
1 parent 9cc5288 commit c16edfd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,8 @@ v0.5.0 (2020-03-08)
8484
* parse date in UTC
8585
* add some logs
8686
* add id to Paste()
87+
88+
v0.5.2 (2020-03-09)
89+
*********************
90+
91+
* cleanups

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
test_suite='tests',
4141
tests_require=test_requirements,
4242
url='https://github.com/shlomikushchi/simple_pastebin_parser',
43-
version='v0.5.1',
43+
version='v0.5.2',
4444
zip_safe=False,
4545
)

0 commit comments

Comments
 (0)