Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Zope
Commits
1989c280
Commit
1989c280
authored
Feb 06, 2011
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vb
parent
7cb93afc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
doc/CHANGES.rst
doc/CHANGES.rst
+7
-0
setup.py
setup.py
+1
-1
versions.cfg
versions.cfg
+1
-1
No files found.
doc/CHANGES.rst
View file @
1989c280
...
@@ -5,6 +5,13 @@ This file contains change information for the current Zope release.
...
@@ -5,6 +5,13 @@ This file contains change information for the current Zope release.
Change information for previous versions of Zope can be found at
Change information for previous versions of Zope can be found at
http://docs.zope.org/zope2/releases/.
http://docs.zope.org/zope2/releases/.
2.13.4 (unreleased)
-------------------
Bugs Fixed
++++++++++
2.13.3 (2011-02-06)
2.13.3 (2011-02-06)
-------------------
-------------------
...
...
setup.py
View file @
1989c280
...
@@ -23,7 +23,7 @@ if sys.platform[:3].lower() == "win":
...
@@ -23,7 +23,7 @@ if sys.platform[:3].lower() == "win":
setup
(
name
=
'Zope2'
,
setup
(
name
=
'Zope2'
,
version
=
'2.13.
3
'
,
version
=
'2.13.
4dev
'
,
url
=
'http://zope2.zope.org'
,
url
=
'http://zope2.zope.org'
,
license
=
'ZPL 2.1'
,
license
=
'ZPL 2.1'
,
description
=
'Zope2 application server / web framework'
,
description
=
'Zope2 application server / web framework'
,
...
...
versions.cfg
View file @
1989c280
...
@@ -4,7 +4,7 @@ versions = versions
...
@@ -4,7 +4,7 @@ versions = versions
[versions]
[versions]
# Zope2-specific
# Zope2-specific
Zope2 =
2.13.3
Zope2 =
AccessControl = 2.13.4
AccessControl = 2.13.4
Acquisition = 2.13.5
Acquisition = 2.13.5
DateTime = 2.12.6
DateTime = 2.12.6
...
...
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