Commit cfd99e9c by Serbaf

docs updated to 0.6.2

parent 607f1990
...@@ -106,3 +106,5 @@ Added more tests and the "as_json()" function divided in two: "as_long_json", ...@@ -106,3 +106,5 @@ Added more tests and the "as_json()" function divided in two: "as_long_json",
which simply returns the __dict__ of the Tweet instance, with all its key-value which simply returns the __dict__ of the Tweet instance, with all its key-value
pairs, and "as_short_json", which returns just the non-empty key-value pairs pairs, and "as_short_json", which returns just the non-empty key-value pairs
(and it won't even return nested dicts it they have no content). (and it won't even return nested dicts it they have no content).
Version 0.6.2:
No changes, just for trying new hooks.
...@@ -51,6 +51,6 @@ setup( ...@@ -51,6 +51,6 @@ setup(
test_suite='tests', test_suite='tests',
tests_require=test_requirements, tests_require=test_requirements,
url='https://github.com/Serbaf/tweet_model', url='https://github.com/Serbaf/tweet_model',
version='0.6.1', version='0.6.2',
zip_safe=False, zip_safe=False,
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment