Skip to content

Commit 4f0dfc4

Browse files
release 1.8.6
- chore: release 1.8.6
1 parent e7cee00 commit 4f0dfc4

File tree

5 files changed

+19
-14
lines changed

5 files changed

+19
-14
lines changed

CHANGES.rst

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,20 @@ Changelog
5353
Commit items for NEXT VERSION
5454
..............................
5555

56-
- fix(lock_inspect): Pins.subset_req Windows unsafe path comparison
57-
- refactor(lock_inspect): add _wrapper_pins_by_pkg Pins.by_pkg wrapper function
58-
- test(test_lock_inspect.py): use get_locals on _wrapper_pins_by_pkg
59-
- chore(MANIFEST.in): remove global include of .lnk files
60-
- chore(tox-test.ini): turn on pytest verbose and show locals
61-
- feat: add command pipenv-unlock fix (#14)
62-
6356
.. scriv-start-here
6457
58+
.. _changes_1-8-6:
59+
60+
Version 1.8.6 — 2024-10-30
61+
--------------------------
62+
63+
- feat: add command pipenv-unlock fix (#14)
64+
- fix(lock_inspect): Pins.subset_req Windows unsafe path comparison
65+
- refactor(lock_inspect): add _wrapper_pins_by_pkg Pins.by_pkg wrapper function
66+
- test(test_lock_inspect.py): use get_locals on _wrapper_pins_by_pkg
67+
- chore(MANIFEST.in): remove global include of .lnk files
68+
- chore(tox-test.ini): turn on pytest verbose and show locals
69+
6570
.. _changes_1-8-5:
6671

6772
Version 1.8.5 — 2024-10-24

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Python build backend with build plugins and dependency lock switch
1919
**new in 1.8.x**
2020

2121
add dependency drain-swamp-snippet; use msftcangoblowm/drain-swamp-action;
22-
add support for .shared.in;
22+
add support for .shared.in; command pipenv-unlock fix;
2323

2424
**New in 1.7.x**
2525

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
# @@@ editable
1515
copyright = "2024–2024, Dave Faulkmore"
1616
# The short X.Y.Z version.
17-
version = "1.8.5"
17+
version = "1.8.6"
1818
# The full version, including alpha/beta/rc tags.
19-
release = "1.8.5"
19+
release = "1.8.6"
2020
# The date of release, in "monthname day, year" format.
21-
release_date = "October 24, 2024"
21+
release_date = "October 30, 2024"
2222
# @@@ end
2323

2424
v = parse(release)

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
**new in 1.8.x**
3232

3333
add dependency drain-swamp-snippet; use msftcangoblowm/drain-swamp-action;
34-
add support for .shared.in;
34+
add support for .shared.in; command pipenv-unlock fix;
3535

3636
**New in 1.7.x**
3737

src/drain_swamp/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
__version_tuple__: VERSION_TUPLE
1313
version_tuple: VERSION_TUPLE
1414

15-
__version__ = version = '1.8.5'
16-
__version_tuple__ = version_tuple = (1, 8, 5)
15+
__version__ = version = '1.8.6'
16+
__version_tuple__ = version_tuple = (1, 8, 6)

0 commit comments

Comments
 (0)