[Pkg-privacy-commits] [txtorcon] 87/96: bump versions
Jérémy Bobbio
lunar at moszumanska.debian.org
Sun Sep 6 18:33:49 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 eaeb61e4eec2d40705cdc5b29320b5a0d18b5585
Author: meejah <meejah at meejah.ca>
Date: Sun May 10 00:49:05 2015 -0600
bump versions
---
Makefile | 2 +-
setup.py | 4 ++--
txtorcon/__init__.py | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index bd01b83..8e19757 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.PHONY: test html counts coverage sdist clean install doc integration
default: test
-VERSION = 0.12.0
+VERSION = 0.13.0
test:
trial --reporter=text test
diff --git a/setup.py b/setup.py
index 90ced56..50c3be7 100644
--- a/setup.py
+++ b/setup.py
@@ -10,12 +10,12 @@ 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.12.0'
+__version__ = '0.13.0'
__author__ = 'meejah'
__contact__ = 'meejah at meejah.ca'
__url__ = 'https://github.com/meejah/txtorcon'
__license__ = 'MIT'
-__copyright__ = 'Copyright 2012-2014'
+__copyright__ = 'Copyright 2012-2015'
def pip_to_requirements(s):
"""
diff --git a/txtorcon/__init__.py b/txtorcon/__init__.py
index 0b5a7a1..8ed0c16 100644
--- a/txtorcon/__init__.py
+++ b/txtorcon/__init__.py
@@ -1,11 +1,11 @@
# for now, this needs to be changed in setup.py also until I find a
# better solution
-__version__ = '0.12.0'
+__version__ = '0.13.0'
__author__ = 'meejah'
__contact__ = 'meejah at meejah.ca'
__url__ = 'https://github.com/meejah/txtorcon'
__license__ = 'MIT'
-__copyright__ = 'Copyright 2012-2014'
+__copyright__ = 'Copyright 2012-2015'
from txtorcon.router import Router
--
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