Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tweet_model
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
serpucga
tweet_model
Commits
cfd99e9c
Commit
cfd99e9c
authored
May 20, 2019
by
Serbaf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs updated to 0.6.2
parent
607f1990
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
HISTORY.rst
HISTORY.rst
+2
-0
setup.py
setup.py
+1
-1
No files found.
HISTORY.rst
View file @
cfd99e9c
...
...
@@ -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
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).
Version 0.6.2:
No changes, just for trying new hooks.
setup.py
View file @
cfd99e9c
...
...
@@ -51,6 +51,6 @@ setup(
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
url
=
'https://github.com/Serbaf/tweet_model'
,
version
=
'0.6.
1
'
,
version
=
'0.6.
2
'
,
zip_safe
=
False
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment