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 c646dab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
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.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author = John Sirois
author_email = [email protected]
description = Conscript console scripts in your own Swiss Army Knife.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jsirois/conscript

project_urls =
Expand Down

0 comments on commit c646dab

Please sign in to comment.