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 b65d76b commit 47b7b0cCopy full SHA for 47b7b0c
HISTORY.rst
@@ -54,7 +54,7 @@ History
54
* Added new function to grep logs
55
* Deprecated location of other log functions in GitBranch, they should now be called from GitLog
56
57
-0.2.4.1 (2021-01-11)
58
---------------------
+0.2.5 (2021-01-12)
+------------------
59
60
* Fix RST formatting issue to unbreak Pypi uploads
git_wrapper/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Jason Joyce"""
6
__email__ = 'fuzzball81@gmail.com'
7
-__version__ = '0.2.4.1'
+__version__ = '0.2.5'
0 commit comments