We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e68ce2 commit 8039e40Copy full SHA for 8039e40
CHANGELOG.txt
@@ -1,6 +1,10 @@
1
=== (ongoing) ===
2
* implement behavior for .gitignore
3
4
+=== 0.2.1 ===
5
+* fix __version__ import error
6
+* added support for publishing on pypi from drone.io
7
+
8
=== 0.2 ===
9
* fix #152: logger should include `remote_url`
10
* fix #153: make sure that no empty commits are ever created
gitfs/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.2"
+__version__ = "0.2.1"
16
17
18
def mount():
0 commit comments