Skip to content

Commit

Permalink
Merge pull request #7 from stivenramireza/release/0.0.2a
Browse files Browse the repository at this point in the history
Release 0.0.2a
  • Loading branch information
stivenramireza authored Mar 14, 2021
2 parents 6a61b5d + afe5be8 commit 64fc266
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WEBSITE_URL=<WEBSITE_URL>
IDENTIFICATION=<IDENTIFICATION>
PASSWORD=<PASSWORD>
HEADQUARTER_NAME=<HEADQUARTER_NAME>
DESIRED_DATE=<DESIRED_DATE>
DESIRED_TIME=<DESIRED_TIME>
WHATSAPP_URL=<WHATSAPP_URL>
CHAT_NAME=<CHAT_NAME>
Expand Down
1 change: 1 addition & 0 deletions .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WEBSITE_URL=<WEBSITE_URL>
IDENTIFICATION=<IDENTIFICATION>
PASSWORD=<PASSWORD>
HEADQUARTER_NAME=<HEADQUARTER_NAME>
DESIRED_DATE=<DESIRED_DATE>
DESIRED_TIME=<DESIRED_TIME>
WHATSAPP_URL=<WHATSAPP_URL>
CHAT_NAME=<CHAT_NAME>
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v0.0.2
release_name: v0.0.2
tag_name: v0.0.2a
release_name: v0.0.2a
body: |
Adding book_date as parameter
Adding DESIRED_DATE as environment variable
draft: false
prerelease: false

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Here it's important to know the way to fill the .env files:
- **IDENTIFICATION**: That's the field of your identification number.
- **PASSWORD**: That's the password you registered in Smart Fit previously.
- **HEADQUARTER_NAME**: It's the name of the headquarter, e.g san ignacio.
- **DESIRED_DATE**: That's the date I want to book, e.g 14/03/2020.
- **DESIRED_TIME**: It is in 24 hour format, e.g I want to book at 3:00 PM, I must write 15:00.
- **WHATSAPP_URL**: In this case is https://web.whatsapp.com/.
- **CHAT_NAME**: It's the name of chat that you want to receive the WhatsApp message.
Expand Down
2 changes: 1 addition & 1 deletion __version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.2'
__version__ = '0.0.2a'

0 comments on commit 64fc266

Please sign in to comment.