[tryton-debian-vcs] tryton-modules-stock-supply-forecast branch upstream-2.6 created. 33d1d8c4199e0b467e4895fec820ec6a4fd54279
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:12:23 UTC 2013
The following commit has been merged in the upstream-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-supply-forecast.git;a=commitdiff;h=33d1d8c4199e0b467e4895fec820ec6a4fd54279
commit 33d1d8c4199e0b467e4895fec820ec6a4fd54279
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat May 4 01:57:19 2013 +0200
Adding upstream version 2.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index 3a2ca59..d1f15d9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.1 - 2013-05-02
+* Bug fixes (see mercurial logs for details)
+
Version 2.6.0 - 2012-10-22
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index adbac57..cd6950c 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2011-2012 Cédric Krier.
-Copyright (C) 2011-2012 B2CK SPRL.
+Copyright (C) 2011-2013 Cédric Krier.
+Copyright (C) 2011-2013 B2CK SPRL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index ae26e32..fa57a20 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,11 +1,12 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond_stock_supply_forecast
-Version: 2.6.0
+Version: 2.6.1
Summary: Tryton module to add forecast to supply computation
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: UNKNOWN
License: GPL-3
+Download-URL: http://downloads.tryton.org/2.6/
Description: trytond_stock_supply_forecast
=============================
diff --git a/setup.py b/setup.py
index cb70d98..b8248b0 100644
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,8 @@ setup(name='trytond_stock_supply_forecast',
long_description=read('README'),
author='Tryton',
url='http://www.tryton.org/',
+ download_url=("http://downloads.tryton.org/" +
+ info.get('version', '0.0.1').rsplit('.', 1)[0] + '/'),
package_dir={'trytond.modules.stock_supply_forecast': '.'},
packages=[
'trytond.modules.stock_supply_forecast',
diff --git a/tryton.cfg b/tryton.cfg
index f49c22a..c1dfaec 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.6.0
+version=2.6.1
depends:
ir
stock_supply
diff --git a/trytond_stock_supply_forecast.egg-info/PKG-INFO b/trytond_stock_supply_forecast.egg-info/PKG-INFO
index 8301726..2ccf27b 100644
--- a/trytond_stock_supply_forecast.egg-info/PKG-INFO
+++ b/trytond_stock_supply_forecast.egg-info/PKG-INFO
@@ -1,11 +1,12 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
Name: trytond-stock-supply-forecast
-Version: 2.6.0
+Version: 2.6.1
Summary: Tryton module to add forecast to supply computation
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: UNKNOWN
License: GPL-3
+Download-URL: http://downloads.tryton.org/2.6/
Description: trytond_stock_supply_forecast
=============================
--
tryton-modules-stock-supply-forecast
More information about the tryton-debian-vcs
mailing list