File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ Unreleased ] - ./. /2021
5+ ## [ 0.1.0 ] - 11/04 /2021
66
77- [ Version V0.1.0 by @hakancelik96 ] ( https://github.com/hakancelik96/pyall/pull/1 )
8+ - pyall: not-public ( feature )
9+ - pyall: public ( feature )
10+ - refactor flag ( feature )
11+ - diff flag ( feature )
12+ - include flag ( feature )
13+ - exclude flag ( feature )
Original file line number Diff line number Diff line change 55
66import pyall .constants as C
77
8- __all__ = ["CURRENT_DIR" , "get_long_description" ]
9-
10-
118assert sys .version_info >= (3 , 8 ), "pyall requires Python 3.8+"
129
10+ __all__ = ["CURRENT_DIR" , "get_long_description" ]
11+
1312CURRENT_DIR = Path (__file__ ).parent
1413
1514
You can’t perform that action at this time.
0 commit comments