Skip to content

Commit

Permalink
release Hatchling v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Feb 9, 2023
1 parent effb365 commit 63b692e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/src/hatchling/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.12.2'
__version__ = '1.13.0'
3 changes: 2 additions & 1 deletion backend/src/hatchling/metadata/classifiers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '2023.1.20'
VERSION = '2023.2.8'

SORTED_CLASSIFIERS = [
'Development Status :: 1 - Planning',
Expand Down Expand Up @@ -181,6 +181,7 @@
'Framework :: Plone :: 6.0',
'Framework :: Plone :: Addon',
'Framework :: Plone :: Core',
'Framework :: Plone :: Distribution',
'Framework :: Plone :: Theme',
'Framework :: Pydantic',
'Framework :: Pydantic :: 1',
Expand Down
6 changes: 4 additions & 2 deletions docs/config/dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,16 @@ foo[cli,crypto]==1.*

Note that the features come immediately after the package name, before any [version specifiers](#version-specifiers).

One feature group can extend another feature group by using "self-dependency". For example, for a project called `awesome_project`, the `dev` feature group in the following `pyproject.toml` file would select everything in the `crypto` feature group, plus `black`:
### Self-referential

Feature groups can self-referentially extend others. For example, for a project called `awesome-project`, the `dev` feature group in the following `pyproject.toml` file would select everything in the `crypto` feature group, plus `black`:

=== ":octicons-file-code-16: pyproject.toml"

```toml
[project]
name = "awesome-project"

[project.optional-dependencies]
crypto = [
"PyJWT",
Expand Down
6 changes: 6 additions & 0 deletions docs/history/hatchling.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [1.13.0](https://github.com/pypa/hatch/releases/tag/hatchling-v1.13.0) - 2023-02-09 ## {: #hatchling-v1.13.0 }

***Added:***

- Update the set of known trove classifiers to version 2023.2.8

## [1.12.2](https://github.com/pypa/hatch/releases/tag/hatchling-v1.12.2) - 2023-01-05 ## {: #hatchling-v1.12.2 }

***Fixed:***
Expand Down

0 comments on commit 63b692e

Please sign in to comment.