File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
CHANGELOG
5
5
=========
6
6
7
- 0.2.0 (2024-01-29)
8
- ------------------
7
+ 0.1.18 (2024-01-29)
8
+ -------------------
9
9
* [new] vlist.to_lstr()
10
10
11
11
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ or install the package from github.com release
24
24
25
25
.. code :: bash
26
26
27
- pip install https://github.com/vladimirs-git/vhelpers/archive/refs/tags/0.2.0 .tar.gz
27
+ pip install https://github.com/vladimirs-git/vhelpers/archive/refs/tags/0.1.18 .tar.gz
28
28
29
29
or install the package from github.com repository
30
30
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " vhelpers"
3
- version = " 0.2.0 "
3
+ version = " 0.1.18 "
4
4
description = " Often used functions in vladimirs-git projects"
5
5
authors = [
" Vladimir Prusakov <[email protected] >" ]
6
6
readme = " README.rst"
@@ -40,7 +40,7 @@ test = ["pytest"]
40
40
41
41
[tool .poetry .urls ]
42
42
"Bug Tracker" = " https://github.com/vladimirs-git/vhelpers/issues"
43
- "Download URL" = " https://github.com/vladimirs-git/vhelpers/archive/refs/tags/0.2.0 .tar.gz"
43
+ "Download URL" = " https://github.com/vladimirs-git/vhelpers/archive/refs/tags/0.1.18 .tar.gz"
44
44
45
45
[tool .setuptools .package-data ]
46
46
vhelpers = [" py.typed" ]
You can’t perform that action at this time.
0 commit comments