Skip to content

Commit

Permalink
1.4.0 release
Browse files Browse the repository at this point in the history
- chore: release 1.4.0
  • Loading branch information
msftcangoblowm committed Dec 18, 2024
1 parent b1a7d8b commit 38d6319
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
10 changes: 4 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,15 @@ For logging.config yaml files, logging-strict does the following:
* Python 3.9 through 3.12, and 3.13.0a3 and up.

**New in 1.4.x:**

yaml logger package_name placeholder;

**New in 1.3.x:**

resolve dependency conflict by pinning python-dateutil;
fix pwd and shutil.chown are non-Windows; Windows MacOS Pypy py313 support;

**New in 1.2.x:**

sphinx object inventories; eliminate sphinx warnings; package logo; tox.ini;
many .github/workflows; Tagged version on testpypi, pypi, and readthedocs;
badges; VHS tapes; codecov badge;

Why?
------

Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ authors = [
]

[project.urls]
Documentation = "https://logging-strict.readthedocs.io"
Changes = "https://raw.githubusercontent.com/msftcangoblowm/logging-strict/master/CHANGES.rst"
"PyPI Releases" = "https://pypi.org/project/logging-strict"
"Source code" = "https://github.com/msftcangoblowm/logging-strict"
"Issue tracker" = "https://github.com/msftcangoblowm/logging-strict/issues"
Chat = "https://mastodon.social/@msftcangoblowme"
Documentation = 'https://logging-strict.readthedocs.io/en/stable'
Changes = 'https://raw.githubusercontent.com/msftcangoblowm/logging-strict/master/CHANGES.rst'
"PyPI Releases" = 'https://pypi.org/project/logging-strict'
"Source code" = 'https://github.com/msftcangoblowm/logging-strict'
"Issue tracker" = 'https://github.com/msftcangoblowm/logging-strict/issues'
Mastodon = 'https://mastodon.social/@msftcangoblowme'

[tool.setuptools.packages.find]
where = ["src"]
Expand Down

0 comments on commit 38d6319

Please sign in to comment.