Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m.kindritskiy committed Dec 7, 2023
1 parent dd639bc commit 03ceb4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changelog/changes_07.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes in 0.7
==============

0.7.0rcX
~~~~~~~~
0.7.0
~~~~~

- Dropped support for Python 3.6, which ended support on 2021-12-23
- Added support for Python 3.10
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/changes_08.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Changes in 0.8
==============

0.8.0rcX
~~~~~~~~
2 changes: 1 addition & 1 deletion hiku/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0rc39"
__version__ = "0.7.0"

0 comments on commit 03ceb4d

Please sign in to comment.