Skip to content

Commit

Permalink
release 1.8.6
Browse files Browse the repository at this point in the history
- chore: release 1.8.6
  • Loading branch information
msftcangoblowm committed Oct 30, 2024
1 parent e7cee00 commit 4f0dfc4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
19 changes: 12 additions & 7 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,20 @@ Changelog
Commit items for NEXT VERSION
..............................

- fix(lock_inspect): Pins.subset_req Windows unsafe path comparison
- refactor(lock_inspect): add _wrapper_pins_by_pkg Pins.by_pkg wrapper function
- test(test_lock_inspect.py): use get_locals on _wrapper_pins_by_pkg
- chore(MANIFEST.in): remove global include of .lnk files
- chore(tox-test.ini): turn on pytest verbose and show locals
- feat: add command pipenv-unlock fix (#14)

.. scriv-start-here
.. _changes_1-8-6:

Version 1.8.6 — 2024-10-30
--------------------------

- feat: add command pipenv-unlock fix (#14)
- fix(lock_inspect): Pins.subset_req Windows unsafe path comparison
- refactor(lock_inspect): add _wrapper_pins_by_pkg Pins.by_pkg wrapper function
- test(test_lock_inspect.py): use get_locals on _wrapper_pins_by_pkg
- chore(MANIFEST.in): remove global include of .lnk files
- chore(tox-test.ini): turn on pytest verbose and show locals

.. _changes_1-8-5:

Version 1.8.5 — 2024-10-24
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Python build backend with build plugins and dependency lock switch
**new in 1.8.x**

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

**New in 1.7.x**

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
# @@@ editable
copyright = "2024–2024, Dave Faulkmore"
# The short X.Y.Z version.
version = "1.8.5"
version = "1.8.6"
# The full version, including alpha/beta/rc tags.
release = "1.8.5"
release = "1.8.6"
# The date of release, in "monthname day, year" format.
release_date = "October 24, 2024"
release_date = "October 30, 2024"
# @@@ end

v = parse(release)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
**new in 1.8.x**

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

**New in 1.7.x**

Expand Down
4 changes: 2 additions & 2 deletions src/drain_swamp/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = '1.8.5'
__version_tuple__ = version_tuple = (1, 8, 5)
__version__ = version = '1.8.6'
__version_tuple__ = version_tuple = (1, 8, 6)

0 comments on commit 4f0dfc4

Please sign in to comment.