Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
tempstorage
Commits
c339d1ae
Unverified
Commit
c339d1ae
authored
8 years ago
by
Hanno Schlichting
Browse files
Options
Download
Email Patches
Plain Diff
prepare [ci skip]
parent
27e85c7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CHANGES.rst
CHANGES.rst
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
c339d1ae
Changelog
=========
4.0 -
unreleased
4.0 -
2017-03-09
----------------
- Drop Python 3.3 compatibility, add Python 3.6 compatibility.
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
c339d1ae
...
...
@@ -19,7 +19,7 @@ from setuptools import setup, find_packages
long_description
=
(
open
(
"README.rst"
).
read
()
+
"
\n
"
+
open
(
"CHANGES.rst"
).
read
())
__version__
=
'4.0
.dev0
'
__version__
=
'4.0'
setup
(
name
=
'tempstorage'
,
version
=
__version__
,
...
...
This diff is collapsed.
Click to expand it.
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