Skip to content

Commit

Permalink
Update to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
William Astorga committed Jan 20, 2022
1 parent 7ade0cf commit 1a0736d
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.1] - 2022-01-20

### Changed
- Update module inner documentation.
- Downgrade requirements file to use poetry versions.
## [1.4.0] - 2022-01-19

### Changed
Expand Down Expand Up @@ -173,4 +178,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.3.0]: https://github.com/CiscoISE/ciscoisesdk/compare/v1.2.0...v1.3.0
[1.3.1]: https://github.com/CiscoISE/ciscoisesdk/compare/v1.3.0...v1.3.1
[1.4.0]: https://github.com/CiscoISE/ciscoisesdk/compare/v1.3.1...v1.4.0
[Unreleased]: https://github.com/CiscoISE/ciscoisesdk/compare/v1.4.0...main
[1.4.0]: https://github.com/CiscoISE/ciscoisesdk/compare/v1.4.0...v1.4.1
[Unreleased]: https://github.com/CiscoISE/ciscoisesdk/compare/v1.4.1...main
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sphinx-rtd-theme = "*"
pytest = "==5.4.3"
pytest-rerunfailures = "==9.0"
flake8 = "*"
ipython = ">=7.0.0,<8.0.0"
ipython = "*"
readthedocs-sphinx-search = ">=0.1.0"
setuptools_scm = "==3.3.3"
pipenv-to-requirements = "*"
82 changes: 78 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ciscoisesdk"
version = "1.4.0"
version = "1.4.1"
description = "Cisco Identity Services Engine Platform SDK"
authors = ["Jose Bogarin Solano <jbogarin@altus.cr>", "William Astorga <wastorga@altus.cr>"]
license = "MIT"
Expand Down

0 comments on commit 1a0736d

Please sign in to comment.