Skip to content

Commit

Permalink
2.4.0 versioning / release updates.
Browse files Browse the repository at this point in the history
Author: release automation, radix
Reviewens: radix, exarkun

Yay


git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@16896 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
  • Loading branch information
radix committed May 21, 2006
1 parent 7261c81 commit 55db668
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ higher. It can also work with ZopeX3 version 3.0.0c1 or higher.
For information about the Twisted split that happened before 2.0, see
http://twistedmatrix.com/products/splitfaq

Twisted 2.3.0
Twisted 2.4.0
Twisted Conch 0.6.0
Twisted Flow 0.1.0
Twisted Lore 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion twisted/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This is an auto-generated file. Use admin/change-versions to update.
from twisted.python import versions
version = versions.Version(__name__[:__name__.rfind('.')], 2, 3, 0)
version = versions.Version(__name__[:__name__.rfind('.')], 2, 4, 0)
13 changes: 13 additions & 0 deletions twisted/topfiles/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2.4.0 (2006-05-21)
==================

Features
--------
- twisted.internet.task.Cooperator (Added along with #1701).

Fixes
-----
- Errors in UDP protocols no longer unbind the UDP port (#1695).
- Misc: #1717, #1705, #1563, #1719, #1721, #1722, #1728.


2.3.0 (2006-05-14)
==================

Expand Down
4 changes: 2 additions & 2 deletions twisted/topfiles/README
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Twisted 2.3.0
Twisted 2.4.0

Quote of the Release:

<justinj> It is difficult to assess the current state of the world
when things don't fail consistently.

For information on what's new in Twisted 2.3.0, see the ChangeLog
For information on what's new in Twisted 2.4.0, see the ChangeLog
file that comes with the distribution.

What is this?
Expand Down

0 comments on commit 55db668

Please sign in to comment.