[tryton-debian-vcs] tryton-proteus branch debian-wheezy-2.6 updated. debian/2.6.4-1-3-g282eb39
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Feb 18 10:06:59 UTC 2015
The following commit has been merged in the debian-wheezy-2.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-proteus.git;a=commitdiff;h=debian/2.6.4-1-3-g282eb39
commit 282eb39e6ad01963f5d1e985810fc6f895696f65
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Feb 18 10:41:04 2015 +0100
Releasing debian version 2.6.5-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 5385686..96b0c42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-proteus (2.6.5-1) unstable; urgency=medium
+
+ * Merging upstream version 2.6.5.
+ * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 18 Feb 2015 10:41:04 +0100
+
tryton-proteus (2.6.4-1) unstable; urgency=medium
* Merging upstream version 2.6.4.
commit 44c78b76f85dd315d50b825082c4704813ac8811
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Feb 18 10:41:03 2015 +0100
Updating copyright file.
diff --git a/debian/copyright b/debian/copyright
index 1a10989..16a9317 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
-Copyright: 2010-2014 Cédric Krier
- 2010-2014 B2CK SPRL
+Copyright: 2010-2015 Cédric Krier
+ 2010-2015 B2CK SPRL
License: LGPL-3+
Files: debian/*
commit 56448ec01f9606de2ae6cb6ce9c3147b58aa5900
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Feb 18 10:41:03 2015 +0100
Merging upstream version 2.6.5.
diff --git a/CHANGELOG b/CHANGELOG
index 27dea34..723fbe2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.6.5 - 2015-02-16
+* Bug fixes (see mercurial logs for details)
+
Version 2.6.4 - 2014-12-03
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index c655746..ff16b62 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2010-2014 Cédric Krier.
-Copyright (C) 2010-2014 B2CK SPRL.
+Copyright (C) 2010-2015 Cédric Krier.
+Copyright (C) 2010-2015 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 96b7c20..b59dca5 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: proteus
-Version: 2.6.4
+Version: 2.6.5
Summary: Library to access Tryton server as a client
Home-page: http://www.tryton.org/
Author: B2CK
diff --git a/proteus.egg-info/PKG-INFO b/proteus.egg-info/PKG-INFO
index 96b7c20..b59dca5 100644
--- a/proteus.egg-info/PKG-INFO
+++ b/proteus.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: proteus
-Version: 2.6.4
+Version: 2.6.5
Summary: Library to access Tryton server as a client
Home-page: http://www.tryton.org/
Author: B2CK
diff --git a/proteus/__init__.py b/proteus/__init__.py
index 7ee1c6d..c5ed9de 100644
--- a/proteus/__init__.py
+++ b/proteus/__init__.py
@@ -3,7 +3,7 @@
'''
A library to access Tryton's models like a client.
'''
-__version__ = "2.6.4"
+__version__ = "2.6.5"
__all__ = ['Model', 'Wizard']
import sys
try:
--
tryton-proteus
More information about the tryton-debian-vcs
mailing list