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 c067afb commit a5aaa35Copy full SHA for a5aaa35
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog of pigit
3
^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+v1.3.6 (2022-02-10)
6
+----------
7
+- Console add ``--alias`` command.
8
+- Interaction mode add ignore fuc.
9
+- Add new short git command about submodule.
10
+- Update log info more clear.
11
+
12
v1.3.5 (2022-01-15)
13
----------
14
- Refactor part of code.
pigit/__init__.py
@@ -24,15 +24,15 @@
24
25
26
__project__ = "pigit"
27
-__version__ = "1.3.6-dev1"
+__version__ = "1.3.6"
28
__url__ = "https://github.com/zlj-zz/pigit.git"
29
__uri__ = __url__
30
31
__author__ = "Zachary Zhang"
32
__email__ = "zlj19971222@outlook.com"
33
34
__license__ = "MIT"
35
-__copyright__ = "Copyright (c) 2021 Zachary"
+__copyright__ = "Copyright (c) 2021-2022 Zachary"
36
37
38
import os
0 commit comments