[Pytest-commit] commit/tox: hpk42: add changelog and bump to dev version

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Mar 9 08:13:19 CET 2015


1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/2bb340a10c90/
Changeset:   2bb340a10c90
User:        hpk42
Date:        2015-03-09 07:13:11+00:00
Summary:     add changelog and bump to dev version
allow --force-deps to override dependencies in "-r" requirements
files.  Thanks Sontek for the PR.
Affected #:  3 files

diff -r 1c6afe4646fcd4ccc8a6e4c20cc8bc19d6a4549b -r 2bb340a10c90ec5f617013035e66a2a12ad27042 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+DEV
+-----------
+
+- allow --force-deps to override dependencies in "-r" requirements
+  files.  Thanks Sontek for the PR.
+
+
 1.9.0
 -----------
 

diff -r 1c6afe4646fcd4ccc8a6e4c20cc8bc19d6a4549b -r 2bb340a10c90ec5f617013035e66a2a12ad27042 setup.py
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@
         description='virtualenv-based automation of test activities',
         long_description=open("README.rst").read(),
         url='http://tox.testrun.org/',
-        version='1.9.0',
+        version='1.9.1.dev1',
         license='http://opensource.org/licenses/MIT',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
         author='holger krekel',

diff -r 1c6afe4646fcd4ccc8a6e4c20cc8bc19d6a4549b -r 2bb340a10c90ec5f617013035e66a2a12ad27042 tox/__init__.py
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
 #
-__version__ = '1.9.0'
+__version__ = '1.9.1.dev1'
 
 class exception:
     class Error(Exception):

Repository URL: https://bitbucket.org/hpk42/tox/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list