Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
michelmetran committed Mar 4, 2024
1 parent 969694d commit 7169a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ build:
pre_create_environment:
- echo "Command run at 'pre_create_environment' step"
- locale -a
- sed -i -e 's/# pt_BR.UTF-8 UTF-8/pt_BR.UTF-8 UTF-8/' /etc/locale.gen
- dpkg-reconfigure --frontend=noninteractive locales
#- sudo apt-get update
# - apt-get update && apt-get install -y locales
pre_install:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "brazilian-holidays"
version = "0.1.12"
version = "0.1.13"
description='Brazilian Holidays'
authors = ["Michel Metran <michelmetran@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 7169a6c

Please sign in to comment.