Skip to content

Commit

Permalink
v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luisiturrios1 committed Jul 13, 2021
1 parent 7393771 commit 8a23dd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
repository_url: https://test.pypi.org/legacy/
packages_dir: dist/

- name: Pre-bump
run: |
git config --local user.name 'github-actions[bot]'
git config --local user.email 'github-actions[bot]@users.noreply.github.com'
python -m pipenv run inv release.bump-version --dev --commit
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='cfdiclient',
version='1.3.4',
version='1.3.5',
author='Luis Iturrios',
author_email='luisiturrios1@gmail.com',
description='Cliente Python Web Service del SAT para la descarga masiva de CFDIs',
Expand Down

0 comments on commit 8a23dd0

Please sign in to comment.