Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.1.1...v7.0.0) (2024-04-25)

* build!: drop Python 3.9 support ([3c4ae32](3c4ae32))

### Features

* officially support Python 3.12 ([de2f180](de2f180))

### BREAKING CHANGES

* Python 3.9 is not supported officially anymore. Python
    3.10 is the supported minimum version.
  • Loading branch information
semantic-release-bot committed Apr 25, 2024
1 parent 21465f3 commit c3a303f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
6.1
6.1.1
7.0
7.0.0
16 changes: 16 additions & 0 deletions doc/source/generated_changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [7.0.0](https://github.com/languitar/autosuspend/compare/v6.1.1...v7.0.0) (2024-04-25)


* build!: drop Python 3.9 support ([3c4ae32](https://github.com/languitar/autosuspend/commit/3c4ae32c8e52f022f41e94c3a49dd89b9d02dcf2))


### Features

* officially support Python 3.12 ([de2f180](https://github.com/languitar/autosuspend/commit/de2f18010d166eb86fe15665aa7769f2105b02aa))


### BREAKING CHANGES

* Python 3.9 is not supported officially anymore. Python
3.10 is the supported minimum version.

## [6.1.1](https://github.com/languitar/autosuspend/compare/v6.1.0...v6.1.1) (2024-02-12)


Expand Down

0 comments on commit c3a303f

Please sign in to comment.