Skip to content

Commit

Permalink
final version
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Sep 7, 2016
1 parent 210b7f4 commit e57743b
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 48 deletions.
36 changes: 18 additions & 18 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted Core 16.4.1pre1 (2016-08-28)
====================================
Twisted Core 16.4.1 (2016-09-07)
================================

Features
--------
Expand All @@ -19,50 +19,50 @@ Bugfixes
based cipher suites by default, to defend against SWEET32. (#8781)


Twisted Conch 16.4.1pre1 (2016-08-28)
=====================================
Twisted Conch 16.4.1 (2016-09-07)
=================================

No significant changes have been made for this release.


Twisted Mail 16.4.1pre1 (2016-08-28)
====================================
Twisted Mail 16.4.1 (2016-09-07)
================================

No significant changes have been made for this release.


Twisted Names 16.4.1pre1 (2016-08-28)
=====================================
Twisted Names 16.4.1 (2016-09-07)
=================================

No significant changes have been made for this release.


Twisted News 16.4.1pre1 (2016-08-28)
====================================
Twisted News 16.4.1 (2016-09-07)
================================

No significant changes have been made for this release.


Twisted Pair 16.4.1pre1 (2016-08-28)
====================================
Twisted Pair 16.4.1 (2016-09-07)
================================

No significant changes have been made for this release.


Twisted Runner 16.4.1pre1 (2016-08-28)
======================================
Twisted Runner 16.4.1 (2016-09-07)
==================================

No significant changes have been made for this release.


Twisted Web 16.4.1pre1 (2016-08-28)
===================================
Twisted Web 16.4.1 (2016-09-07)
===============================

No significant changes have been made for this release.


Twisted Words 16.4.1pre1 (2016-08-28)
=====================================
Twisted Words 16.4.1 (2016-09-07)
=================================

No significant changes have been made for this release.

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Twisted 16.4.1pre1
Twisted 16.4.1
==============

|pypi|
Expand All @@ -15,7 +15,7 @@ Twisted 16.4.1pre1
* idnar flips the "days since glyph has bought a vanity domain name" counter back over to zero
For information on what's new in Twisted 16.4.1pre1, see the `NEWS <NEWS>`_ file that comes with the distribution.
For information on what's new in Twisted 16.4.1, see the `NEWS <NEWS>`_ file that comes with the distribution.


What is this?
Expand Down
2 changes: 1 addition & 1 deletion twisted/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"""

from twisted.python import versions
version = versions.Version('twisted', 16, 4, 1, prerelease=1)
version = versions.Version('twisted', 16, 4, 1)
4 changes: 2 additions & 2 deletions twisted/conch/topfiles/NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted Conch 16.4.1pre1 (2016-08-28)
=====================================
Twisted Conch 16.4.1 (2016-09-07)
=================================

No significant changes have been made for this release.

Expand Down
2 changes: 1 addition & 1 deletion twisted/conch/topfiles/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Twisted Conch 16.4.1pre1
Twisted Conch 16.4.1

Twisted Conch depends on Twisted Core and PyCA's Cryptography
(<https://cryptography.io/en>).
Expand Down
4 changes: 2 additions & 2 deletions twisted/mail/topfiles/NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted Mail 16.4.1pre1 (2016-08-28)
====================================
Twisted Mail 16.4.1 (2016-09-07)
================================

No significant changes have been made for this release.

Expand Down
2 changes: 1 addition & 1 deletion twisted/mail/topfiles/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Twisted Mail 16.4.1pre1
Twisted Mail 16.4.1

Twisted Mail depends on Twisted Core and (sometimes) Twisted Names. For TLS
support, pyOpenSSL (<http://launchpad.net/pyopenssl>) is also required. Aside
Expand Down
4 changes: 2 additions & 2 deletions twisted/names/topfiles/NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted Names 16.4.1pre1 (2016-08-28)
=====================================
Twisted Names 16.4.1 (2016-09-07)
=================================

No significant changes have been made for this release.

Expand Down
2 changes: 1 addition & 1 deletion twisted/names/topfiles/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Twisted Names 16.4.1pre1
Twisted Names 16.4.1

Twisted Names depends on Twisted Core.
4 changes: 2 additions & 2 deletions twisted/news/topfiles/NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted News 16.4.1pre1 (2016-08-28)
====================================
Twisted News 16.4.1 (2016-09-07)
================================

No significant changes have been made for this release.

Expand Down
2 changes: 1 addition & 1 deletion twisted/news/topfiles/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Twisted News 16.4.1pre1
Twisted News 16.4.1

News depends on Twisted, and, if you want to use the moderation
features, Twisted Mail.
4 changes: 2 additions & 2 deletions twisted/pair/topfiles/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Twisted Pair 16.4.1pre1 (2016-08-28)
====================================
Twisted Pair 16.4.1 (2016-09-07)
================================

No significant changes have been made for this release.

Expand Down
2 changes: 1 addition & 1 deletion twisted/pair/topfiles/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Twisted Pair 16.4.1pre1: Very low-level networking functionality
Twisted Pair 16.4.1: Very low-level networking functionality

Twisted Pair includes parsers for several datagram formats, including ethernet,
IP, and UDP. It also offers low-level networking integration on Linux via tun
Expand Down
4 changes: 2 additions & 2 deletions twisted/runner/topfiles/NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted Runner 16.4.1pre1 (2016-08-28)
======================================
Twisted Runner 16.4.1 (2016-09-07)
==================================

No significant changes have been made for this release.

Expand Down
2 changes: 1 addition & 1 deletion twisted/runner/topfiles/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Twisted Runner 16.4.1pre1
Twisted Runner 16.4.1

Twisted Runner depends on Twisted.
4 changes: 2 additions & 2 deletions twisted/topfiles/NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted Core 16.4.1pre1 (2016-08-28)
====================================
Twisted Core 16.4.1 (2016-09-07)
================================

Features
--------
Expand Down
2 changes: 1 addition & 1 deletion twisted/topfiles/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Twisted Core 16.4.1pre1
Twisted Core 16.4.1
===================

Twisted Core makes up the core parts of Twisted, including:
Expand Down
4 changes: 2 additions & 2 deletions twisted/web/topfiles/NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted Web 16.4.1pre1 (2016-08-28)
===================================
Twisted Web 16.4.1 (2016-09-07)
===============================

No significant changes have been made for this release.

Expand Down
2 changes: 1 addition & 1 deletion twisted/web/topfiles/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Twisted Web 16.4.1pre1
Twisted Web 16.4.1

Twisted Web depends on Twisted Core. pyOpenSSL
(<https://github.com/pyca/pyopenssl>) is also required for HTTPS. SOAPpy
Expand Down
4 changes: 2 additions & 2 deletions twisted/words/topfiles/NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Ticket numbers in this file can be looked up by visiting
http://twistedmatrix.com/trac/ticket/<number>

Twisted Words 16.4.1pre1 (2016-08-28)
=====================================
Twisted Words 16.4.1 (2016-09-07)
=================================

No significant changes have been made for this release.

Expand Down
2 changes: 1 addition & 1 deletion twisted/words/topfiles/README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Twisted Words 16.4.1pre1
Twisted Words 16.4.1

0 comments on commit e57743b

Please sign in to comment.