Skip to content

Commit

Permalink
Merge pull request #341 from fyntex/release/v0.17.3
Browse files Browse the repository at this point in the history
Release v0.17.3
  • Loading branch information
fpinto-cdd committed Jul 4, 2022
2 parents d618247 + e840343 commit b90c6f2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.2
current_version = 0.17.3
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

dist:
docker:
- image: docker.io/library/python:3.8.12
- image: docker.io/library/python:3.8.13

working_directory: ~/repo

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

deploy:
docker:
- image: docker.io/library/python:3.8.12
- image: docker.io/library/python:3.8.13
environment:
<<: *x-deploy-environment

Expand Down Expand Up @@ -151,7 +151,7 @@ workflows:
parameters:
python_version:
- "3.7.9"
- "3.8.12"
- "3.8.13"
- "3.9.1"
- dist:
requires:
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

0.17.3 (2022-07-04)
+++++++++++++++++++++++

* (PR #326, 2022-05-25) chore(requirements-dev): Update package `readme-renderer` to 35.0
* (PR #325, 2022-05-25) chore: Update Python to version 3.8.13

0.17.2 (2022-03-31)
+++++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion cl_sii/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""


__version__ = '0.17.2'
__version__ = '0.17.3'
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pycodestyle==2.8.0
pyflakes==2.4.0
# Pygments
# pyparsing
readme-renderer==25.0
readme-renderer==35.0
requests-toolbelt==0.9.1
requests==2.25.1
# SecretStorage
Expand Down

0 comments on commit b90c6f2

Please sign in to comment.