[Pkg-privacy-commits] [txtorcon] 45/96: bump version and release-notes

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Sep 6 18:33:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository txtorcon.

commit 145ec2ab0314f3ec2870b7a4988f082852dc0310
Author: meejah <meejah at meejah.ca>
Date:   Tue Feb 3 12:24:41 2015 -0700

    bump version and release-notes
---
 Makefile             |  2 +-
 docs/releases.rst    | 19 ++++++++++++++-----
 setup.py             |  2 +-
 txtorcon/__init__.py |  2 +-
 4 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/Makefile b/Makefile
index eef4479..40c7001 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 .PHONY: test html counts coverage sdist clean install doc integration
 default: test
-VERSION = 0.11.0
+VERSION = 0.12.0
 
 test:
 	trial --reporter=text test
diff --git a/docs/releases.rst b/docs/releases.rst
index 45d22ec..44dc64e 100644
--- a/docs/releases.rst
+++ b/docs/releases.rst
@@ -9,17 +9,26 @@ versioning <http://semver.org/>`_.
 unreleased
 ----------
 
-`git master <https://github.com/meejah/txtorcon>`_ *will likely become v0.12.0*
+`git master <https://github.com/meejah/txtorcon>`_ *will likely become v0.13.0*
 
+
+v0.12.0
+-------
+
+*February 2, 2014*
+
+ * `txtorcon-0.12.0.tar.gz <http://timaq4ygg2iegci7.onion/txtorcon-0.12.0.tar.gz>`_ (`PyPI <https://pypi.python.org/pypi/txtorcon/0.12.0>`_ (:download:`local-sig </../signatues/txtorcon-0.12.0.tar.gz.asc>` or `github-sig <https://github.com/meejah/txtorcon/blob/master/signatues/txtorcon-0.12.0.tar.gz.asc?raw=true>`_) (`source <https://github.com/meejah/txtorcon/archive/v0.12.0.tar.gz>`_)
  * doc, code and import cleanups from `Kali Kaneko <https://github.com/kalikaneko>`_
+ * HiddenServiceDirGroupReadable support
  * Issue #80: honour ``ControlPort 0`` in incoming TorConfig
    instance. The caller owns both pieces: you have to figure out when
    it's bootstraped, and are responsible for killing it off.
- * If GeoIP data isn't loaded in Tor, it sends protocol errors if
-   txtorcon also hasn't got GeoIP data, and Router queries for
-   country-code fail; this error is now ignored.
+ * Issue #88: clarify documentation and fix appending to some config lists
+ * If GeoIP data isn't loaded in Tor, it sends protocol errors; if
+   txtorcon also hasn't got GeoIP data, the queries for country-code
+   fail; this error is now ignored.
  * **100% unit-test coverage!** (line coverage)
- * PyPy support (well, all tests pass)
+ * PyPy support (well, at least all tests pass)
  * TCP4HiddenServiceEndpoint now waits for descriptor upload before
    the ``listen()`` call does its callback (this means when using
    ``onion:`` endpoint strings, or any of the :doc:`endpoints APIs
diff --git a/setup.py b/setup.py
index 7511a19..90ced56 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ 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.11.0'
+__version__ = '0.12.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 b1eb5e3..221cfee 100644
--- a/txtorcon/__init__.py
+++ b/txtorcon/__init__.py
@@ -1,6 +1,6 @@
 ## for now, this needs to be changed in setup.py also until I find a
 ## better solution
-__version__ = '0.11.0'
+__version__ = '0.12.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