Skip to content

Commit

Permalink
Prepare Release 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
VaeterchenFrost committed Jul 27, 2023
1 parent d44a9bf commit f262655
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 38 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html ).
## [Unreleased]
- No unreleased changes yet.

## [1.1.9] - 2023-07-27

### Added
- `python-benedict[xml]` to dependencies
### Changed
- Updated requirements.txt
- Updated stable-requirements.txt


## [1.1.8] - 2021-05-04

### Changed
Expand Down Expand Up @@ -197,7 +206,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html ).
[DIRECTORY]: https://github.com/VaeterchenFrost/tdvisu/blob/master/DIRECTORY.md
[Codecov]: https://codecov.io/gh/VaeterchenFrost/tdvisu

[Unreleased]: https://github.com/VaeterchenFrost/tdvisu/compare/v1.1.8...master
[Unreleased]: https://github.com/VaeterchenFrost/tdvisu/compare/v1.1.9...master
[1.1.8]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.1.9
[1.1.8]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.1.8
[1.1.7]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.1.7
[1.1.6]: https://github.com/VaeterchenFrost/tdvisu/releases/tag/v1.1.6
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
graphviz~=0.14
hypothesis~=5.20.3
psycopg2~=2.8.5
python-benedict~=0.18.1
python-benedict[xml]
pytest~=5.4.3
pytest-mock~=3.2.0
PyYAML~=5.4
graphviz~=0.20
hypothesis~=6.82.0
psycopg2~=2.9.6
python-benedict~=0.32.0
python-benedict[xml]~=0.32.0
pytest~=7.4.0
pytest-mock~=3.11.0
PyYAML~=6.0
46 changes: 19 additions & 27 deletions stable-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,22 @@
atomicwrites==1.4.0
attrs==19.3.0
attrs==23.1.0
certifi==2023.7.22
chardet==3.0.4
colorama==0.4.3
ftfy==5.7
graphviz==0.14.1
idna==2.10
mailchecker==3.3.10
more-itertools==8.4.0
packaging==20.4
phonenumbers==8.12.6
pluggy==0.13.1
psycopg2==2.8.5
py==1.10.0
pyparsing==2.4.7
pytest==5.4.3
pytest-mock==3.2.0
python-benedict==0.18.1
python-dateutil==2.8.1
python-slugify==4.0.1
PyYAML==5.4
charset-normalizer==3.2.0
colorama==0.4.6
graphviz==0.20.1
hypothesis==6.82.0
idna==3.4
iniconfig==2.0.0
packaging==23.1
pluggy==1.2.0
psycopg2==2.9.6
pytest==7.4.0
pytest-mock==3.11.1
python-benedict==0.32.0
python-fsutil==0.10.0
python-slugify==8.0.1
PyYAML==6.0.1
requests==2.31.0
six==1.15.0
sortedcontainers==2.4.0
text-unidecode==1.3
toml==0.10.1
urllib3==1.26.5
wcwidth==0.2.5
wincertstore==0.2
xmltodict==0.12.0
urllib3==2.0.4
xmltodict==0.13.0
4 changes: 2 additions & 2 deletions tdvisu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

# Base version.
__version__ = '1.1.8'
__version__ = '1.1.9'

# Year-Month-Day of last version change
__date__ = '2021-05-04'
__date__ = '2023-07-27'

0 comments on commit f262655

Please sign in to comment.