Skip to content

Commit

Permalink
Prepare the 0.1.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 6, 2024
1 parent 271e589 commit 717f545
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Conscript Release Notes

## 0.1.7

+ [271e589](https://github.com/jsirois/conscript/commit/271e589) Add support for Python 3.13. (#8)

## 0.1.6

+ [20ad68a](https://github.com/jsirois/conscript/commit/20ad68a)Add support for Python 3.12. (#7)
+ [20ad68a](https://github.com/jsirois/conscript/commit/20ad68a) Add support for Python 3.12. (#7)

## 0.1.5

Expand Down
2 changes: 1 addition & 1 deletion conscript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

from __future__ import absolute_import

__version__ = "0.1.6" # N.B.: Flit uses this as out distribution version.
__version__ = "0.1.7" # N.B.: Flit uses this as out distribution version.

0 comments on commit 717f545

Please sign in to comment.