[tryton-debian-vcs] tryton-modules-account-asset branch upstream-3.0 updated. upstream/3.0.1-1-gc3ca4a4
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 upstream-3.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-asset.git;a=commitdiff;h=upstream/3.0.1-1-gc3ca4a4
commit c3ca4a4d2998468a5949ec04a28a090f8db6a21e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 13:46:31 2014 +0200
Adding upstream version 3.0.2.
diff --git a/CHANGELOG b/CHANGELOG
index c232b47..016f55f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.2 - 2014-08-03
+* Bug fixes (see mercurial logs for details)
+
Version 3.0.1 - 2014-05-07
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 5951001..02248dc 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_asset
-Version: 3.0.1
+Version: 3.0.2
Summary: Tryton module for assets management
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.py b/setup.py
index 8bf2ab8..6cf0c4d 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(name='trytond_account_asset',
],
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 649d7a2..7a06224 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.0.1
+version=3.0.2
depends:
ir
res
diff --git a/trytond_account_asset.egg-info/PKG-INFO b/trytond_account_asset.egg-info/PKG-INFO
index 6ebac44..65e151c 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.0.1
+Version: 3.0.2
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