[tryton-debian-vcs] tryton-modules-account-invoice-history branch upstream updated. upstream/2.8.0-1-g1f9a1f7

git repository hosting tryton-debian-vcs at m9s.biz
Mon Nov 25 19:32:31 UTC 2013


The following commit has been merged in the upstream branch:
http://debian.tryton.org/gitweb/?p=packages/tryton-modules-account-invoice-history.git;a=commitdiff;h=upstream/2.8.0-1-g1f9a1f7

commit 1f9a1f79682dd634a975b5d69bcd18b118304d0a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 17:26:23 2013 +0100

    Adding upstream version 3.0.0.

diff --git a/CHANGELOG b/CHANGELOG
index 17d6acc..21c7e28 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.0 - 2013-10-21
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.0 - 2013-04-22
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 6d3d0f9..8bed6c4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_account_invoice_history
-Version: 2.8.0
+Version: 3.0.0
 Summary: Tryton module to historize invoices
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: UNKNOWN
 License: GPL-3
-Download-URL: http://downloads.tryton.org/2.8/
+Download-URL: http://downloads.tryton.org/3.0/
 Description: trytond_account_invoice_history
         ===============================
         
@@ -58,6 +58,7 @@ Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Russian
+Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.6
diff --git a/locale/sl_SI.po b/locale/sl_SI.po
new file mode 100644
index 0000000..1a6fe1e
--- /dev/null
+++ b/locale/sl_SI.po
@@ -0,0 +1,7 @@
+# 
+msgid ""
+msgstr "Content-Type: text/plain; charset=utf-8\n"
+
+msgctxt "field:account.invoice,open_date:"
+msgid "Open Date"
+msgstr "Datum odprtja"
diff --git a/setup.py b/setup.py
index 990f040..9db52bb 100644
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,7 @@ setup(name='trytond_account_invoice_history',
         'Natural Language :: French',
         'Natural Language :: German',
         'Natural Language :: Russian',
+        'Natural Language :: Slovenian',
         'Natural Language :: Spanish',
         'Operating System :: OS Independent',
         'Programming Language :: Python :: 2.6',
diff --git a/tryton.cfg b/tryton.cfg
index a9bbaa2..b4e7bcf 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.0
+version=3.0.0
 depends:
     account_invoice
     party
diff --git a/trytond_account_invoice_history.egg-info/PKG-INFO b/trytond_account_invoice_history.egg-info/PKG-INFO
index 1f51f06..e686c5e 100644
--- a/trytond_account_invoice_history.egg-info/PKG-INFO
+++ b/trytond_account_invoice_history.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-account-invoice-history
-Version: 2.8.0
+Version: 3.0.0
 Summary: Tryton module to historize invoices
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: UNKNOWN
 License: GPL-3
-Download-URL: http://downloads.tryton.org/2.8/
+Download-URL: http://downloads.tryton.org/3.0/
 Description: trytond_account_invoice_history
         ===============================
         
@@ -58,6 +58,7 @@ Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Russian
+Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.6
diff --git a/trytond_account_invoice_history.egg-info/SOURCES.txt b/trytond_account_invoice_history.egg-info/SOURCES.txt
index 4435453..4cb195f 100644
--- a/trytond_account_invoice_history.egg-info/SOURCES.txt
+++ b/trytond_account_invoice_history.egg-info/SOURCES.txt
@@ -20,6 +20,7 @@ locale/es_ES.po
 locale/fr_FR.po
 locale/nl_NL.po
 locale/ru_RU.po
+locale/sl_SI.po
 trytond_account_invoice_history.egg-info/PKG-INFO
 trytond_account_invoice_history.egg-info/SOURCES.txt
 trytond_account_invoice_history.egg-info/dependency_links.txt
diff --git a/trytond_account_invoice_history.egg-info/requires.txt b/trytond_account_invoice_history.egg-info/requires.txt
index 086ac4d..5fb0171 100644
--- a/trytond_account_invoice_history.egg-info/requires.txt
+++ b/trytond_account_invoice_history.egg-info/requires.txt
@@ -1,3 +1,3 @@
-trytond_account_invoice >= 2.8, < 2.9
-trytond_party >= 2.8, < 2.9
-trytond >= 2.8, < 2.9
\ No newline at end of file
+trytond_account_invoice >= 3.0, < 3.1
+trytond_party >= 3.0, < 3.1
+trytond >= 3.0, < 3.1
\ No newline at end of file
-- 
tryton-modules-account-invoice-history



More information about the tryton-debian-vcs mailing list