Skip to content

Commit

Permalink
fix: the dependency version (#2)
Browse files Browse the repository at this point in the history
* Update setup.py

* update changelog.md
  • Loading branch information
TOsmanov authored Feb 8, 2024
1 parent db90e38 commit ff52efc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021
Copyright (c) 2023

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.5

- Fix: a specific version of ruamel.yaml was used

# 1.2.4

- New utils module.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
description=SHORT_DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
version='1.2.4',
version='1.2.5',
author='Daniil Minukhin',
author_email='[email protected]',
packages=['foliant.preprocessors.swaggerdoc'],
Expand All @@ -26,7 +26,7 @@
install_requires=[
'foliant>=1.0.5',
'jinja2',
'ruamel.yaml',
'ruamel.yaml==0.17.40',
'foliantcontrib.utils>=1.0.2',
],
classifiers=[
Expand Down

0 comments on commit ff52efc

Please sign in to comment.