[tryton-debian-vcs] tryton-modules-product branch upstream-1.6 created. e9005d3ad0b97a19e352848ef6541dcfbe9db955

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:04:47 UTC 2013


The following commit has been merged in the upstream-1.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-product.git;a=commitdiff;h=e9005d3ad0b97a19e352848ef6541dcfbe9db955
commit e9005d3ad0b97a19e352848ef6541dcfbe9db955
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:53:53 2010 +0100

    Adding upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index 7847ea6..802cf6e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 1.6.1 - 2010-11-02
+* Bug fixes (see mercurial logs for details)
+
 Version 1.6.0 - 2010-05-09
 * Bug fixes (see mercurial logs for details)
 * Improve computation precision of UOM convertion
diff --git a/MANIFEST.in b/MANIFEST.in
index b2a140e..dcb2afa 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,5 +7,4 @@ include LICENSE
 include *.xml
 include *.odt
 include *.csv
-include tests/*
 include doc/*
diff --git a/PKG-INFO b/PKG-INFO
index ad680d1..96b7b48 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_product
-Version: 1.6.0
+Version: 1.6.1
 Summary: Define products, categories of product, units of measure, categories of units of measure.
 Home-page: http://www.tryton.org/
 Author: B2CK
diff --git a/__tryton__.py b/__tryton__.py
index ea1f076..95ede13 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'Productos',
     'name_es_ES': 'Producto',
     'name_fr_FR': 'Produit',
-    'version' : '1.6.0',
+    'version' : '1.6.1',
     'author' : 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/tests/__init__.pyc b/tests/__init__.pyc
deleted file mode 100644
index c5cfa32..0000000
Binary files a/tests/__init__.pyc and /dev/null differ
diff --git a/tests/test_product.pyc b/tests/test_product.pyc
deleted file mode 100644
index 3c5400f..0000000
Binary files a/tests/test_product.pyc and /dev/null differ
diff --git a/trytond_product.egg-info/PKG-INFO b/trytond_product.egg-info/PKG-INFO
index 3eb867e..a58aa18 100644
--- a/trytond_product.egg-info/PKG-INFO
+++ b/trytond_product.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-product
-Version: 1.6.0
+Version: 1.6.1
 Summary: Define products, categories of product, units of measure, categories of units of measure.
 Home-page: http://www.tryton.org/
 Author: B2CK
diff --git a/trytond_product.egg-info/SOURCES.txt b/trytond_product.egg-info/SOURCES.txt
index 1f426a0..752ac71 100644
--- a/trytond_product.egg-info/SOURCES.txt
+++ b/trytond_product.egg-info/SOURCES.txt
@@ -20,10 +20,6 @@ uom.xml
 ./tests/__init__.py
 ./tests/test_product.py
 doc/index.rst
-tests/__init__.py
-tests/__init__.pyc
-tests/test_product.py
-tests/test_product.pyc
 trytond_product.egg-info/PKG-INFO
 trytond_product.egg-info/SOURCES.txt
 trytond_product.egg-info/dependency_links.txt
-- 
tryton-modules-product



More information about the tryton-debian-vcs mailing list