Commit a4a46ed5 by serpucga

Updated version

parent dfa8f857
...@@ -124,4 +124,6 @@ Main differences with last major release: ...@@ -124,4 +124,6 @@ Main differences with last major release:
them. Thus, if unexpected and undocumented fields arrive, they won't be used them. Thus, if unexpected and undocumented fields arrive, they won't be used
to instantiate the Tweet object, but it won't crash either. to instantiate the Tweet object, but it won't crash either.
* Some reformatting * Some reformatting
*
Version 0.7.1:
Reworks on dependencies
...@@ -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.7.0', version='0.7.1',
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