Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zodb
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joshua
zodb
Commits
6b2912a5
Commit
6b2912a5
authored
May 14, 2013
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare 4.0.0b2 release.
parent
0de674af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
CHANGES.rst
CHANGES.rst
+5
-5
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
6b2912a5
...
...
@@ -2,10 +2,10 @@
Change History
================
Unreleased
==========
4.0.0b2 (2013-05-14)
==========
==========
- Extended the filename renormalizer u
w
ed for blob doctests to support
- Extended the filename renormalizer u
s
ed for blob doctests to support
the filenames used by ZEO in non-shared mode.
- Added ``url`` parameter to ``setup()`` (PyPI says it is required).
...
...
@@ -13,10 +13,10 @@ Unreleased
4.0.0b1 (2013-05-10)
=====================
- Skip non-unit tests in ``setup.py test``. Use the buildout to run tests
- Skip
ped
non-unit tests in ``setup.py test``. Use the buildout to run tests
requiring "layer" support.
- Include the filename in the exception message to support debugging in case
- Include
d
the filename in the exception message to support debugging in case
``loadBlob`` does not find the file.
- Added support for Python 3.2 / 3.3.
...
...
setup.py
View file @
6b2912a5
...
...
@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage
interface, rich transaction support, and undo.
"""
VERSION
=
"4.0.0
dev
"
VERSION
=
"4.0.0
b2
"
import
os
import
sys
...
...
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