[tryton-debian-vcs] tryton-modules-account-asset branch debian updated. debian/3.2.0-1-3-g4a75cec
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:41:44 UTC 2014
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-asset.git;a=commitdiff;h=debian/3.2.0-1-3-g4a75cec
commit 4a75cec0224dd25eb391f184062e6dd0b004cd47
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 13:40:34 2014 +0200
Releasing debian version 3.2.1-1.
diff --git a/debian/changelog b/debian/changelog
index 6026876..69993a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-account-asset (3.2.1-1) unstable; urgency=medium
+
+ * Updating signing key while using now plain .asc files instead of .pgp
+ binaries.
+ * Merging upstream version 3.2.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 26 Aug 2014 13:40:34 +0200
+
tryton-modules-account-asset (3.2.0-1) unstable; urgency=medium
* Removing LC_ALL=C.UTF-8 as build environment.
commit f5850e08a2567b6040c2ba5084e0b8eee669a145
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 13:40:30 2014 +0200
Merging upstream version 3.2.1.
diff --git a/CHANGELOG b/CHANGELOG
index aeba0cd..36c79db 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.1 - 2014-08-03
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 8527444..4953f87 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_asset
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module for assets management
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.py b/setup.py
index bd9f05f..2f27b5a 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ setup(name=name,
],
package_data={
'trytond.modules.account_asset': (info.get('xml', [])
- + ['tryton.cfg', 'view/*.xml', 'locale/*.po']),
+ + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'tests/*.rst']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',
diff --git a/tryton.cfg b/tryton.cfg
index 5e0a7f2..82f1661 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.0
+version=3.2.1
depends:
ir
res
diff --git a/trytond_account_asset.egg-info/PKG-INFO b/trytond_account_asset.egg-info/PKG-INFO
index f9ac2d8..fa65d44 100644
--- a/trytond_account_asset.egg-info/PKG-INFO
+++ b/trytond_account_asset.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-account-asset
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module for assets management
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-account-asset
More information about the tryton-debian-vcs
mailing list