[tryton-debian-vcs] tryton-modules-currency branch debian-squeeze-1.6 created. 30f49003e7e63d33fa32e812a7968e6aa6503b65
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:01:55 UTC 2013
The following commit has been merged in the debian-squeeze-1.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-currency.git;a=commitdiff;h=30f49003e7e63d33fa32e812a7968e6aa6503b65
commit 30f49003e7e63d33fa32e812a7968e6aa6503b65
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 21:29:09 2010 +0100
Releasing debian version 1.6.1-0~50squeeze1.
diff --git a/debian/changelog b/debian/changelog
index 970819a..af95c6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-currency (1.6.1-0~50squeeze1) unstable; urgency=low
+
+ * Merging upstream version 1.6.1.
+ * Changing my email address.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sat, 20 Nov 2010 21:23:40 +0100
+
tryton-modules-currency (1.6.0-1) unstable; urgency=low
[ Daniel Baumann ]
commit 015fb6a1f0da67ba26fc3cbe49be9ea5d3e99372
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 21:16:02 2010 +0100
Changing my email address.
diff --git a/debian/control b/debian/control
index f25acbe..46e7f0e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Tryton Maintainers <tryton at lists.debian-maintainers.org>
Uploaders:
Daniel Baumann <daniel at debian.org>,
- Mathias Behrle <mathiasb at mbsolutions.selfip.biz>
+ Mathias Behrle <mathiasb at m9s.biz>
Dm-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), python, python-setuptools, python-support
Standards-Version: 3.8.4
commit f9a4b89f909dde09066c4baa549f0f748828b467
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Nov 20 20:55:09 2010 +0100
Merging 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