Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
Reformatted the changelog to follow the existing sections.
  • Loading branch information
akikoskinen committed Mar 16, 2023
1 parent 263fef4 commit 2493957
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## Unreleased
## 0.8.0 - 2023-03-16

### Changed
### Added

- Support for Python 3.10 & 3.11
- Support for Django >=4.0

### Removed

- Drop support for Python 3.6
- Drop support for Django 2.2
- Add support for Python 3.10 & 3.11
- Add support for Django >=4.0
- Support for Python 3.6
- Support for Django 2.2

## 0.7.1 - 2022-04-12

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-helusers',
version='0.7.1',
version='0.8.0',
packages=['helusers'],
include_package_data=True,
license='BSD License',
Expand Down

0 comments on commit 2493957

Please sign in to comment.