Skip to content

Commit 3df6647

Browse files
committed
0.1.18 (2024-01-29)
------------------- * [new] vlist.to_lstr()
1 parent 9b7e2b0 commit 3df6647

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
CHANGELOG
55
=========
66

7-
0.2.0 (2024-01-29)
8-
------------------
7+
0.1.18 (2024-01-29)
8+
-------------------
99
* [new] vlist.to_lstr()
1010

1111

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ or install the package from github.com release
2424

2525
.. code:: bash
2626
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
2828
2929
or install the package from github.com repository
3030

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vhelpers"
3-
version = "0.2.0"
3+
version = "0.1.18"
44
description = "Often used functions in vladimirs-git projects"
55
authors = ["Vladimir Prusakov <[email protected]>"]
66
readme = "README.rst"
@@ -40,7 +40,7 @@ test = ["pytest"]
4040

4141
[tool.poetry.urls]
4242
"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"
4444

4545
[tool.setuptools.package-data]
4646
vhelpers = ["py.typed"]

0 commit comments

Comments
 (0)