[Pkg-privacy-commits] [onionbalance] 100/117: Bump version number and add changelog entry for 0.1.2

Donncha O'Cearbahill donncha-guest at moszumanska.debian.org
Wed Dec 16 23:18:53 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 4e7fd5d75af971e9758790d675f8ab45a6dcc781
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date:   Thu Oct 8 16:39:54 2015 +0200

    Bump version number and add changelog entry for 0.1.2
---
 CHANGES.rst              | 9 +++++++++
 docs/conf.py             | 2 +-
 onionbalance/__init__.py | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 28cc427..66da11f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+0.1.2
+-----
+
+- Remove dependency on the schedule package to prepare for packaging
+  OnionBalance in Debian. The schedule code is now included directly in
+  onionbalance/schedule.py.
+- Fix the executable path in the help messages for onionbalance and
+  onionbalance-config.
+
 0.1.1
 -----
 
diff --git a/docs/conf.py b/docs/conf.py
index a08df46..c1c26a2 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.1'
+__version__ = '0.1.2'
 __author__ = "Donncha O'Cearbhaill"
 __contact__ = "donncha at donncha.is"
 
diff --git a/onionbalance/__init__.py b/onionbalance/__init__.py
index 599da16..62d2014 100644
--- a/onionbalance/__init__.py
+++ b/onionbalance/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-__version__ = "0.1.1"
+__version__ = "0.1.2"
 __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