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
38c97536
Commit
38c97536
authored
May 29, 2019
by
serpucga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dependencies
parent
3d3b0683
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
HISTORY.rst
HISTORY.rst
+1
-1
setup.py
setup.py
+2
-2
No files found.
HISTORY.rst
View file @
38c97536
...
@@ -108,5 +108,5 @@ pairs, and "as_short_json", which returns just the non-empty key-value pairs
...
@@ -108,5 +108,5 @@ 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:
Version 0.6.2:
No changes, just for trying new hooks.
No changes, just for trying new hooks.
Version 0.6.3:
Version 0.6.3
& 0.6.4
:
Updated tweetmanager dependency.
Updated tweetmanager dependency.
setup.py
View file @
38c97536
...
@@ -11,7 +11,7 @@ with open('README.rst') as readme_file:
...
@@ -11,7 +11,7 @@ with open('README.rst') as readme_file:
with
open
(
'HISTORY.rst'
)
as
history_file
:
with
open
(
'HISTORY.rst'
)
as
history_file
:
history
=
history_file
.
read
()
history
=
history_file
.
read
()
requirements
=
[
'Click>=6.0'
,
'tweetmanager-serpucga==1.1.
5
'
,
]
requirements
=
[
'Click>=6.0'
,
'tweetmanager-serpucga==1.1.
7
'
,
]
setup_requirements
=
[]
setup_requirements
=
[]
...
@@ -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.
3
'
,
version
=
'0.6.
4
'
,
zip_safe
=
False
,
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