Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiku committed Mar 8, 2020
1 parent 520605b commit 29a956b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ v0.4.0 (2020-03-08)
* added documentation
* cleaned most pep8 issues
* some tests

v0.5.0 (2020-03-08)
*********************

* parse date in UTC
* add some logs
* add id to Paste()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/shlomikushchi/simple_pastebin_parser',
version='v0.4.2',
version='v0.5.0',
zip_safe=False,
)

0 comments on commit 29a956b

Please sign in to comment.