Skip to content

Commit

Permalink
Prepare the 0.1.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Oct 22, 2024
1 parent eab1a3a commit ea2024d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Conscript Release Notes

## 0.1.8

+ [eab1a3a](https://github.com/jsirois/conscript/commit/eab1a3a) Add support for PI. (#10)

## 0.1.7

+ [271e589](https://github.com/jsirois/conscript/commit/271e589) Add support for Python 3.13. (#8)
Expand Down Expand Up @@ -33,4 +37,3 @@

Initial public release.


2 changes: 1 addition & 1 deletion conscript/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import absolute_import

__version__ = "0.1.7" # N.B.: Setuptools is configured to use this as our distribution version.
__version__ = "0.1.8" # N.B.: Setuptools is configured to use this as our distribution version.

0 comments on commit ea2024d

Please sign in to comment.