Skip to content

Commit 6d524c4

Browse files
committed
chore: release yaylib 1.4.15
1 parent 3e02702 commit 6d524c4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ share/python-wheels/
3636
*.egg
3737
MANIFEST
3838
config/
39+
.pypirc
3940

4041
# PyInstaller
4142
# Usually these files are written by a python script from a template

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ RUN apt-get update && apt-get install make
55
WORKDIR /app
66

77
COPY Pipfile .
8+
89
RUN pip install pipenv
9-
RUN pipenv install
10+
RUN pipenv install --dev
1011
RUN echo 'pipenv shell' >> ~/.bashrc
12+
1113
COPY . .

yaylib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__author__ = "ekkx"
1515
__license__ = "MIT"
1616
__copyright__ = "Copyright (c) 2023 ekkx"
17-
__version__ = "1.4.14"
17+
__version__ = "1.4.15"
1818

1919
from .client import Client
2020
from .cookie import Cookie

0 commit comments

Comments
 (0)