[Python-modules-commits] [python-qtawesome] 02/04: Imported Upstream version 0.3.3

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Apr 11 20:07:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-qtawesome.

commit b1563044804b7d3b7d7f8fa3cba5626c4bebe685
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Apr 11 20:35:51 2016 +0100

    Imported Upstream version 0.3.3
---
 RELEASE.md            | 2 +-
 docs/environment.yml  | 9 +++++++++
 qtawesome/_version.py | 2 +-
 readthedocs.yml       | 5 +++++
 4 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/RELEASE.md b/RELEASE.md
index a12c891..e9699f1 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -10,7 +10,7 @@ To release a new version of qtawesome on PyPI:
 
 * git tag -a vX.X.X -m 'comment'
 
-* Update _version.py (add 'dev' and increment minor)
+* Update _version.py (add 'dev0' and increment minor)
 
 * git add and git commit
 
diff --git a/docs/environment.yml b/docs/environment.yml
new file mode 100644
index 0000000..1e32c78
--- /dev/null
+++ b/docs/environment.yml
@@ -0,0 +1,9 @@
+name: qtawesome_docs
+
+channels:
+ - https://conda.anaconda.org/spyder-ide
+
+dependencies:
+- pyqt5
+- qtpy
+- six
diff --git a/qtawesome/_version.py b/qtawesome/_version.py
index 8b2ddd0..55ff383 100644
--- a/qtawesome/_version.py
+++ b/qtawesome/_version.py
@@ -1,2 +1,2 @@
-version_info = (0, 3, 2)
+version_info = (0, 3, 3)
 __version__ = '.'.join(map(str, version_info))
diff --git a/readthedocs.yml b/readthedocs.yml
new file mode 100644
index 0000000..9d944f1
--- /dev/null
+++ b/readthedocs.yml
@@ -0,0 +1,5 @@
+conda:
+    file: docs/environment.yml
+python:
+    version: 3
+    setup_py_install: true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qtawesome.git



More information about the Python-modules-commits mailing list