We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fee66 commit fac8e42Copy full SHA for fac8e42
CHANGES.rst
@@ -1,9 +1,16 @@
1
Changelog
2
=========
3
4
-0.25.0 (2019-07-03)
+0.26.0 (2019-09-23)
5
-------------------
6
------------------------
7
+- Workaround gist clone in `--prefer-ssh` mode. [Vladislav Yarmak]
8
+- Create PULL_REQUEST.md. [Jose Diaz-Gonzalez]
9
+- Create ISSUE_TEMPLATE.md. [Jose Diaz-Gonzalez]
10
+
11
12
+0.25.0 (2019-07-03)
13
+-------------------
14
- Issue 119: Change retrieve_data to be a generator. [2a]
15
16
See issue #119.
github_backup/__init__.py
@@ -1 +1 @@
-__version__ = '0.25.0'
+__version__ = '0.26.0'
0 commit comments