Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
persistent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
persistent
Commits
f0f051ac
Commit
f0f051ac
authored
Aug 11, 2012
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prep 4.0.0 release.
parent
5c3510a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
CHANGES.txt
CHANGES.txt
+6
-4
setup.py
setup.py
+1
-1
No files found.
CHANGES.txt
View file @
f0f051ac
``persistent`` Changelog
========================
4.0.0 (
unreleased
)
4.0.0 (
2012-08-11
)
------------------
Platform Changes
################
- Added explicit support for Python 3.2 and PyPy.
- Note that the C implementations of Persistent, PickleCache, and Timestamp
...
...
@@ -12,7 +15,7 @@
- Dropped support for Python < 2.6.
Testing Changes
---------------
###############
- 100% unit test coverage.
...
...
@@ -36,9 +39,8 @@ Testing Changes
- Dropped dependency on ``zope.testing`` / ``zope.testrunner``: tests now
run with ``setup.py test``.
Documentation Changes
---------------------
#####################
- Refactored many Doctests as Sphinx documentation (snippets are exercised
via 'tox').
...
...
setup.py
View file @
f0f051ac
...
...
@@ -12,7 +12,7 @@
#
##############################################################################
__version__
=
'4.0
dev
'
__version__
=
'4.0
.0
'
import
os
import
platform
...
...
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