Skip to content

Commit c646dab

Browse files
committed
Prepare the 0.1.8 release.
1 parent eab1a3a commit c646dab

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Conscript Release Notes
22

3+
## 0.1.8
4+
5+
+ [eab1a3a](https://github.com/jsirois/conscript/commit/eab1a3a) Add support for PI. (#10)
6+
37
## 0.1.7
48

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

conscript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import absolute_import
22

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

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author = John Sirois
55
author_email = [email protected]
66
description = Conscript console scripts in your own Swiss Army Knife.
77
long_description = file: README.md
8+
long_description_content_type = text/markdown
89
url = https://github.com/jsirois/conscript
910

1011
project_urls =

0 commit comments

Comments
 (0)