Skip to content

Commit a5aaa35

Browse files
committed
release 1.3.6
1 parent c067afb commit a5aaa35

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog of pigit
33
^^^^^^^^^^^^^^^^^^^^^^^^
44

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+
512
v1.3.5 (2022-01-15)
613
----------
714
- Refactor part of code.

pigit/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424

2525

2626
__project__ = "pigit"
27-
__version__ = "1.3.6-dev1"
27+
__version__ = "1.3.6"
2828
__url__ = "https://github.com/zlj-zz/pigit.git"
2929
__uri__ = __url__
3030

3131
__author__ = "Zachary Zhang"
3232
__email__ = "zlj19971222@outlook.com"
3333

3434
__license__ = "MIT"
35-
__copyright__ = "Copyright (c) 2021 Zachary"
35+
__copyright__ = "Copyright (c) 2021-2022 Zachary"
3636

3737

3838
import os

0 commit comments

Comments
 (0)