[Pkg-privacy-commits] [onionbalance] 116/117: Bump version number and add changelog entry for 0.1.3
Donncha O'Cearbahill
donncha-guest at moszumanska.debian.org
Wed Dec 16 23:18:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
donncha-guest pushed a commit to branch debian/sid
in repository onionbalance.
commit 490f3e131ceb38b45be6f31e01c69201d7c3a6cc
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date: Wed Dec 16 20:05:05 2015 +0100
Bump version number and add changelog entry for 0.1.3
---
CHANGES.rst | 12 ++++++++++++
docs/conf.py | 2 +-
onionbalance/__init__.py | 2 +-
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/CHANGES.rst b/CHANGES.rst
index 66da11f..2df43f7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,15 @@
+0.1.3
+-----
+
+- Streamline the integration tests by using Tor and Chutney from the
+ upstream repositories.
+- Fix bug when HSFETCH is called with a HSDir argument (3d225fd).
+- Remove the 'schedule' package from the source code and re-add it as a
+ dependency. This Python package is now packaged for Debian.
+- Extensively restructure the documentation to make it more comprehensible.
+- Add --version argument to the command line
+- Add configuration options to output log entries to a log file.
+
0.1.2
-----
diff --git a/docs/conf.py b/docs/conf.py
index 63614ef..67051e8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -21,7 +21,7 @@ import sphinx.environment
from docutils.utils import get_source_line
# Documentation configuration
-__version__ = '0.1.2'
+__version__ = '0.1.3'
__author__ = "Donncha O'Cearbhaill"
__contact__ = "donncha at donncha.is"
diff --git a/onionbalance/__init__.py b/onionbalance/__init__.py
index 62d2014..8dac4bf 100644
--- a/onionbalance/__init__.py
+++ b/onionbalance/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-__version__ = "0.1.2"
+__version__ = "0.1.3"
__author__ = "Donncha O'Cearbhaill"
__contact__ = "donncha at donncha.is"
__url__ = "https://github.com/DonnchaC/onionbalance"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionbalance.git
More information about the Pkg-privacy-commits
mailing list