Skip to content

Commit

Permalink
Merge pull request #10 from anexia-it/pin-updatable
Browse files Browse the repository at this point in the history
Pin updatable to >=0.6,<0.7
  • Loading branch information
nezhar authored Jul 8, 2022
2 parents c2b5a6b + 2f30611 commit 79fbf0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
-

## [1.4.1]

### Changed
- Pin updatable to `>=0.6,<0.7`

## [1.4.0]
### Added
- Support for Python 3.10
Expand Down Expand Up @@ -90,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial Release

[1.5.0 - Unreleased]: https://github.com/anexia-it/anexia-monitoring-django/
[1.4.1]: https://pypi.org/project/django-anexia-monitoring/1.4.1/
[1.4.0]: https://pypi.org/project/django-anexia-monitoring/1.4.0/
[1.3.0]: https://pypi.org/project/django-anexia-monitoring/1.3.0/
[1.2.0]: https://pypi.org/project/django-anexia-monitoring/1.2.0/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
AUTHOR = 'Anexia'
LICENSE = 'MIT'
REQUIRED = [
'updatable>=0.6',
'updatable>=0.6,<0.7',
]
CLASSIFIERS = [
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 79fbf0e

Please sign in to comment.