Skip to content

Commit

Permalink
Merge pull request #192 from fyntex/develop
Browse files Browse the repository at this point in the history
Release v0.12.2
  • Loading branch information
jtrh committed Feb 16, 2021
2 parents 7caf547 + baf666b commit 2d010fd
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 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.12.1
current_version = 0.12.2
commit = True
tag = True

Expand Down
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
History
-------

0.12.2 (2021-02-16)
+++++++++++++++++++++++

* (PR #177, 2021-02-16) build(deps): bump lxml from 4.5.0 to 4.6.2
* (PR #188, 2021-02-16) build(deps): bump cryptography from 3.3.1 to 3.3.2
* (PR #176, 2021-02-16) build(deps): bump zipp from 3.1.0 to 3.4.0
* (PR #167, 2021-02-16) build(deps): bump py from 1.8.1 to 1.10.0
* (PR #189, 2021-02-16) build(deps): bump certifi from 2020.4.5.1 to 2020.12.5
* (PR #185, 2021-02-16) build(deps): bump pkginfo from 1.5.0.1 to 1.7.0
* (PR #191, 2021-02-16) build(deps): bump pyrsistent from 0.16.0 to 0.17.3
* (PR #190, 2021-02-16) build(deps): bump typed-ast from 1.4.1 to 1.4.2

0.12.1 (2021-02-09)
+++++++++++++++++++++++

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.12.1'
__version__ = '0.12.2'
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# note: it is mandatory to register all dependencies of the required packages.

# Required packages:
cryptography==3.3.1
cryptography==3.3.2
defusedxml==0.6.0
jsonschema==3.2.0
lxml==4.5.0
lxml==4.6.2
marshmallow==2.19.5
pydantic==1.6.1
pyOpenSSL==18.0.0
Expand Down Expand Up @@ -33,13 +33,13 @@ signxml==2.8.1
# - pyOpenSSL
# - six
attrs==20.3.0
certifi==2020.4.5.1
certifi==2020.12.5
cffi==1.14.0
eight==1.0.0
future==0.18.2
importlib-metadata==1.6.0; python_version<'3.8'
pycparser==2.20
pyrsistent==0.16.0
pyrsistent==0.17.3
# setuptools
six==1.15.0
zipp==3.1.0
zipp==3.4.0
2 changes: 1 addition & 1 deletion requirements/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ wheel==0.35.1
importlib-metadata==1.6.0
# jeepney
keyring==21.4.0
pkginfo==1.5.0.1
pkginfo==1.7.0
# Pygments
readme-renderer==25.0
requests==2.23.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ mccabe==0.6.1
mypy-extensions==0.4.3
packaging==20.4
pluggy==0.13.1
py==1.8.1
py==1.10.0
pycodestyle==2.6.0
pyflakes==2.2.0
# pyparsing
# requests
# six
toml==0.10.1
typed-ast==1.4.1
typed-ast==1.4.2
typing-extensions==3.7.4.3
# urllib3
virtualenv==20.0.31
Expand Down

0 comments on commit 2d010fd

Please sign in to comment.