← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/txpkgupload:release-0.4 into txpkgupload:master

 

Colin Watson has proposed merging ~cjwatson/txpkgupload:release-0.4 into txpkgupload:master.

Commit message:
Release txpkgupload 0.4

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/txpkgupload/+git/txpkgupload/+merge/395687

The changes since 0.3 are already on production, but this lets us upgrade the Launchpad test suite to the new code.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/txpkgupload:release-0.4 into txpkgupload:master.
diff --git a/setup.py b/setup.py
index 59c603a..b7e66ad 100755
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,10 @@ setup(
         "Intended Audience :: Developers",
         "License :: OSI Approved :: GNU Affero General Public License v3",
         "Operating System :: OS Independent",
-        "Programming Language :: Python"],
+        "Programming Language :: Python",
+        "Programming Language :: Python :: 2",
+        "Programming Language :: Python :: 3",
+        ],
     extras_require=dict(
         test=['fixtures',
               'testtools'],
diff --git a/src/txpkgupload/NEWS.txt b/src/txpkgupload/NEWS.txt
index 8e2f27f..9dcd759 100644
--- a/src/txpkgupload/NEWS.txt
+++ b/src/txpkgupload/NEWS.txt
@@ -2,8 +2,8 @@
 NEWS for txpkgupload
 ====================
 
-0.4
-===
+0.4 (2021-01-04)
+================
 
 - Convert from buildout to pip.
 - Pass moduli path to SSHService, needed to support the
@@ -11,6 +11,7 @@ NEWS for txpkgupload
 - Upgrade to Twisted 18.4.0, lazr.sshserver 0.1.8, and various other
   dependencies.
 - Implement FTP extensions for IPv6.
+- Port to Python 3.
 
 0.3 (2015-02-03)
 ================