[tryton-debian-vcs] tryton-modules-currency branch upstream-1.6 created. 2b0291f3ecf1d5a7c0fb6144871d32b266197525

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:01:56 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-currency.git;a=commitdiff;h=2b0291f3ecf1d5a7c0fb6144871d32b266197525
commit 2b0291f3ecf1d5a7c0fb6144871d32b266197525
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:55:07 2010 +0100

    Adding upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index 5310fe6..c5eeb5a 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)
 * Use pycountry to generate currency datas
diff --git a/MANIFEST.in b/MANIFEST.in
index 79e0fde..7b252be 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,5 +8,3 @@ include *.xml
 include *.odt
 include *.csv
 include doc/*
-include tests/*
-
diff --git a/PKG-INFO b/PKG-INFO
index eca8ce2..1d0c0bb 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond_currency
-Version: 1.6.0
+Version: 1.6.1
 Summary: Define currencies and exchange rate.
 Allow to customize the formatting of the currency amount.
 
diff --git a/__tryton__.py b/__tryton__.py
index e5a2315..35b74f7 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'Moneda',
     'name_es_ES': 'Divisa',
     'name_fr_FR': 'Devise',
-    '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 851497b..0000000
Binary files a/tests/__init__.pyc and /dev/null differ
diff --git a/tests/test_currency.pyc b/tests/test_currency.pyc
deleted file mode 100644
index 2a6ffca..0000000
Binary files a/tests/test_currency.pyc and /dev/null differ
diff --git a/trytond_currency.egg-info/PKG-INFO b/trytond_currency.egg-info/PKG-INFO
index 8bef1b1..02ff544 100644
--- a/trytond_currency.egg-info/PKG-INFO
+++ b/trytond_currency.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: trytond-currency
-Version: 1.6.0
+Version: 1.6.1
 Summary: Define currencies and exchange rate.
 Allow to customize the formatting of the currency amount.
 
diff --git a/trytond_currency.egg-info/SOURCES.txt b/trytond_currency.egg-info/SOURCES.txt
index 80cdf3d..1356585 100644
--- a/trytond_currency.egg-info/SOURCES.txt
+++ b/trytond_currency.egg-info/SOURCES.txt
@@ -17,10 +17,6 @@ setup.py
 ./tests/__init__.py
 ./tests/test_currency.py
 doc/index.rst
-tests/__init__.py
-tests/__init__.pyc
-tests/test_currency.py
-tests/test_currency.pyc
 trytond_currency.egg-info/PKG-INFO
 trytond_currency.egg-info/SOURCES.txt
 trytond_currency.egg-info/dependency_links.txt
-- 
tryton-modules-currency



More information about the tryton-debian-vcs mailing list