Skip to content

Commit

Permalink
Update CHANGES.rst and RELEASE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
richford committed Sep 9, 2023
1 parent bb131a0 commit 030cc51
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ repos:
rev: 22.1.0
hooks:
- id: black
language_version: python3.8
language_version: python3.9
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v0.3.2 (March 27, 2023)
=======================
* Update copt to most recent. (#81)

v0.3.1 (March 27, 2023)
=======================


v0.3.0 (March 21, 2023)
=======================
* Resolve dependency versions (#79)

v0.2.7 (June 19, 2022)
======================
* BF: Update joblib parallel args (#74)
Expand Down
7 changes: 3 additions & 4 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
v0.2.7 (June 19, 2022)
======================
* BF: Update joblib parallel args (#74)
* Limit verbatim quotation in documentation of sample generators (#72)
v0.3.2 (March 27, 2023)
=======================
* Update copt to most recent. (#81)

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 88
target-version = ['py38']
target-version = ['py39']
exclude = '''
(
Expand Down

0 comments on commit 030cc51

Please sign in to comment.