[Pkg-privacy-commits] [txtorcon] 42/49: bump versions, links for 0.14.0
Ximin Luo
infinity0 at debian.org
Mon Oct 19 13:49:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository txtorcon.
commit e0c3ef41ef2662f38aa065752c3174b7f700e8a7
Author: meejah <meejah at meejah.ca>
Date: Sat Sep 26 23:54:43 2015 -0600
bump versions, links for 0.14.0
---
Makefile | 2 +-
docs/releases.rst | 13 ++++++++++---
setup.py | 6 +++---
txtorcon/__init__.py | 2 +-
4 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/Makefile b/Makefile
index 8e19757..bc7354c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.PHONY: test html counts coverage sdist clean install doc integration
default: test
-VERSION = 0.13.0
+VERSION = 0.14.0
test:
trial --reporter=text test
diff --git a/docs/releases.rst b/docs/releases.rst
index d6938fa..2e7a620 100644
--- a/docs/releases.rst
+++ b/docs/releases.rst
@@ -6,14 +6,21 @@ in master your project depends upon, let me know and I'll do a
release. Starting with v0.8.0 versions are following `semantic
versioning <http://semver.org/>`_.
-
unreleased
----------
-`git master <https://github.com/meejah/txtorcon>`_ *will likely become v0.14.0*
+`git master <https://github.com/meejah/txtorcon>`_ *will likely become v0.15.0*
+
+
+
+v0.14.0
+-------
+
+*September 26, 2015*
+ * `txtorcon-0.14.0.tar.gz <http://timaq4ygg2iegci7.onion/txtorcon-0.14.0.tar.gz>`_ (`PyPI <https://pypi.python.org/pypi/txtorcon/0.14.0>`_ (:download:`local-sig </../signatues/txtorcon-0.14.0.tar.gz.asc>` or `github-sig <https://github.com/meejah/txtorcon/blob/master/signatues/txtorcon-0.14.0.tar.gz.asc?raw=true>`_) (`source <https://github.com/meejah/txtorcon/archive/v0.14.0.tar.gz>`_)
* :class:`txtorcon.interface.IStreamAttacher` handling was missing ``None`` and ``DO_NOT_ATTACH`` cases if a Deferred was returned.
- * add ``.is_built`` Deferred to :class:`txtorcon.Circuit` that get `callback()`d when the circuit becomes BUILT
+ * add ``.is_built`` Deferred to :class:`txtorcon.Circuit` that gets `callback()`d when the circuit becomes BUILT
* `david415 <https://github.com/david415>`_ ported his ``tor:``
endpoint parser so now both client and server endpoints are
supported. This means **any** Twisted program using endpoints can
diff --git a/setup.py b/setup.py
index e5cdf0f..f9a1e1f 100644
--- a/setup.py
+++ b/setup.py
@@ -13,9 +13,9 @@ import shutil
import re
from setuptools import setup
-## can't just naively import these from txtorcon, as that will only
-## work if you already installed the dependencies :(
-__version__ = '0.13.0'
+# can't just naively import these from txtorcon, as that will only
+# work if you already installed the dependencies :(
+__version__ = '0.14.0'
__author__ = 'meejah'
__contact__ = 'meejah at meejah.ca'
__url__ = 'https://github.com/meejah/txtorcon'
diff --git a/txtorcon/__init__.py b/txtorcon/__init__.py
index a9c53df..ecb912f 100644
--- a/txtorcon/__init__.py
+++ b/txtorcon/__init__.py
@@ -7,7 +7,7 @@ from __future__ import with_statement
# for now, this needs to be changed in setup.py also until I find a
# better solution
-__version__ = '0.13.0'
+__version__ = '0.14.0'
__author__ = 'meejah'
__contact__ = 'meejah at meejah.ca'
__url__ = 'https://github.com/meejah/txtorcon'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/txtorcon.git
More information about the Pkg-privacy-commits
mailing list