r47366 - versions

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Mon, 9 May 2016 04:47:20 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Mon May  9 04:47:13 2016
New Revision: 47366

Modified:
   branches/release-16.2.0-8270/README.rst
   branches/release-16.2.0-8270/twisted/_version.py
   branches/release-16.2.0-8270/twisted/conch/topfiles/README
   branches/release-16.2.0-8270/twisted/mail/topfiles/README
   branches/release-16.2.0-8270/twisted/names/topfiles/README
   branches/release-16.2.0-8270/twisted/news/topfiles/README
   branches/release-16.2.0-8270/twisted/pair/topfiles/README
   branches/release-16.2.0-8270/twisted/runner/topfiles/README
   branches/release-16.2.0-8270/twisted/topfiles/README
   branches/release-16.2.0-8270/twisted/web/topfiles/README
   branches/release-16.2.0-8270/twisted/words/topfiles/README

Log:
versions

Modified: branches/release-16.2.0-8270/README.rst
==============================================================================
--- branches/release-16.2.0-8270/README.rst	(original)
+++ branches/release-16.2.0-8270/README.rst	Mon May  9 04:47:13 2016
@@ -1,4 +1,4 @@
-Twisted 16.1.1
+Twisted 16.2.0pre1
 ==============
 
 |pypi|
@@ -12,7 +12,7 @@
     * idnar imagines hawkowl crashing in through somebody's window to yell at them for using ancient software
 
 
-For information on what's new in Twisted 16.1.1, see the `NEWS <NEWS>`_ file that comes with the distribution.
+For information on what's new in Twisted 16.2.0pre1, see the `NEWS <NEWS>`_ file that comes with the distribution.
 
 
 What is this?

Modified: branches/release-16.2.0-8270/twisted/_version.py
==============================================================================
--- branches/release-16.2.0-8270/twisted/_version.py	(original)
+++ branches/release-16.2.0-8270/twisted/_version.py	Mon May  9 04:47:13 2016
@@ -8,4 +8,4 @@
 """
 
 from twisted.python import versions
-version = versions.Version('twisted', 16, 1, 1)
+version = versions.Version('twisted', 16, 2, 0, prerelease=1)

Modified: branches/release-16.2.0-8270/twisted/conch/topfiles/README
==============================================================================
--- branches/release-16.2.0-8270/twisted/conch/topfiles/README	(original)
+++ branches/release-16.2.0-8270/twisted/conch/topfiles/README	Mon May  9 04:47:13 2016
@@ -1,4 +1,4 @@
-Twisted Conch 16.1.1
+Twisted Conch 16.2.0pre1
 
 Twisted Conch depends on Twisted Core and PyCA's Cryptography
 (<https://cryptography.io/en>).

Modified: branches/release-16.2.0-8270/twisted/mail/topfiles/README
==============================================================================
--- branches/release-16.2.0-8270/twisted/mail/topfiles/README	(original)
+++ branches/release-16.2.0-8270/twisted/mail/topfiles/README	Mon May  9 04:47:13 2016
@@ -1,4 +1,4 @@
-Twisted Mail 16.1.1
+Twisted Mail 16.2.0pre1
 
 Twisted Mail depends on Twisted Core and (sometimes) Twisted Names.  For TLS
 support, pyOpenSSL (<http://launchpad.net/pyopenssl>) is also required.  Aside

Modified: branches/release-16.2.0-8270/twisted/names/topfiles/README
==============================================================================
--- branches/release-16.2.0-8270/twisted/names/topfiles/README	(original)
+++ branches/release-16.2.0-8270/twisted/names/topfiles/README	Mon May  9 04:47:13 2016
@@ -1,3 +1,3 @@
-Twisted Names 16.1.1
+Twisted Names 16.2.0pre1
 
 Twisted Names depends on Twisted Core.

Modified: branches/release-16.2.0-8270/twisted/news/topfiles/README
==============================================================================
--- branches/release-16.2.0-8270/twisted/news/topfiles/README	(original)
+++ branches/release-16.2.0-8270/twisted/news/topfiles/README	Mon May  9 04:47:13 2016
@@ -1,4 +1,4 @@
-Twisted News 16.1.1
+Twisted News 16.2.0pre1
 
 News depends on Twisted, and, if you want to use the moderation
 features, Twisted Mail.

Modified: branches/release-16.2.0-8270/twisted/pair/topfiles/README
==============================================================================
--- branches/release-16.2.0-8270/twisted/pair/topfiles/README	(original)
+++ branches/release-16.2.0-8270/twisted/pair/topfiles/README	Mon May  9 04:47:13 2016
@@ -1,4 +1,4 @@
-Twisted Pair 16.1.1: Very low-level networking functionality
+Twisted Pair 16.2.0pre1: 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

Modified: branches/release-16.2.0-8270/twisted/runner/topfiles/README
==============================================================================
--- branches/release-16.2.0-8270/twisted/runner/topfiles/README	(original)
+++ branches/release-16.2.0-8270/twisted/runner/topfiles/README	Mon May  9 04:47:13 2016
@@ -1,3 +1,3 @@
-Twisted Runner 16.1.1
+Twisted Runner 16.2.0pre1
 
 Twisted Runner depends on Twisted.

Modified: branches/release-16.2.0-8270/twisted/topfiles/README
==============================================================================
--- branches/release-16.2.0-8270/twisted/topfiles/README	(original)
+++ branches/release-16.2.0-8270/twisted/topfiles/README	Mon May  9 04:47:13 2016
@@ -1,4 +1,4 @@
-Twisted Core 16.1.1
+Twisted Core 16.2.0pre1
 ===================
 
 Twisted Core makes up the core parts of Twisted, including:

Modified: branches/release-16.2.0-8270/twisted/web/topfiles/README
==============================================================================
--- branches/release-16.2.0-8270/twisted/web/topfiles/README	(original)
+++ branches/release-16.2.0-8270/twisted/web/topfiles/README	Mon May  9 04:47:13 2016
@@ -1,4 +1,4 @@
-Twisted Web 16.1.1
+Twisted Web 16.2.0pre1
 
 Twisted Web depends on Twisted Core.  pyOpenSSL
 (<https://github.com/pyca/pyopenssl>) is also required for HTTPS.  SOAPpy

Modified: branches/release-16.2.0-8270/twisted/words/topfiles/README
==============================================================================
--- branches/release-16.2.0-8270/twisted/words/topfiles/README	(original)
+++ branches/release-16.2.0-8270/twisted/words/topfiles/README	Mon May  9 04:47:13 2016
@@ -1 +1 @@
-Twisted Words 16.1.1
+Twisted Words 16.2.0pre1