1 new commit in tox:
https://bitbucket.org/hpk42/tox/commits/ecae8369beda/
Changeset: ecae8369beda
Branch: issue285
User: hpk42
Date: 2015-11-13 09:50:44+00:00
Summary: add changelog
Affected #: 3 files
diff -r a6d3e1956d8516889b1ee3275257e397fe1dfd51 -r
ecae8369bedafddaeda73e16e2622e55011919c8 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+2.2.2.dev
+---------
+
+- fix issue285 (WIP) setenv processing with self-references
+
2.2.1
-----
diff -r a6d3e1956d8516889b1ee3275257e397fe1dfd51 -r
ecae8369bedafddaeda73e16e2622e55011919c8 setup.py
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='2.2.1',
+ version='2.2.2.dev1',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',
diff -r a6d3e1956d8516889b1ee3275257e397fe1dfd51 -r
ecae8369bedafddaeda73e16e2622e55011919c8 tox/__init__.py
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
#
-__version__ = '2.2.1'
+__version__ = '2.2.2.dev1'
from .hookspecs import hookspec, hookimpl # noqa
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.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit