summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doap.xml10
-rw-r--r--slixmpp/version.py4
2 files changed, 9 insertions, 5 deletions
diff --git a/doap.xml b/doap.xml
index be68b1d0..7f1db05f 100644
--- a/doap.xml
+++ b/doap.xml
@@ -8,9 +8,6 @@
<shortdesc xml:lang="en">Elegant Python library for XMPP</shortdesc>
<shortdesc xml:lang="fr">Bibliothèque pour XMPP élégante, en Python</shortdesc>
- <description xml:lang="en">Add description</description>
- <description xml:lang="fr">Ajouter une description</description>
-
<homepage rdf:resource="https://lab.louiz.org/poezio/slixmpp/"/>
<download-page rdf:resource="https://lab.louiz.org/poezio/slixmpp/tags"/>
<bug-database rdf:resource="https://lab.louiz.org/poezio/slixmpp/issues"/>
@@ -1001,5 +998,12 @@
<file-release rdf:resource="https://lab.louiz.org/poezio/slixmpp/-/archive/slix-1.6.0/slixmpp-slix-1.6.0.tar.gz"/>
</Version>
</release>
+ <release>
+ <Version>
+ <revision>1.7.0</revision>
+ <created>2021-01-29</created>
+ <file-release rdf:resource="https://lab.louiz.org/poezio/slixmpp/-/archive/slix-1.7.9/slixmpp-slix-1.7.9.tar.gz"/>
+ </Version>
+ </release>
</Project>
</rdf:RDF>
diff --git a/slixmpp/version.py b/slixmpp/version.py
index c7c84473..4d8f4819 100644
--- a/slixmpp/version.py
+++ b/slixmpp/version.py
@@ -9,5 +9,5 @@
# We don't want to have to import the entire library
# just to get the version info for setup.py
-__version__ = '1.6.0'
-__version_info__ = (1, 6, 0)
+__version__ = '1.7.0'
+__version_info__ = (1, 7, 0)