Skip to content

Commit

Permalink
Prepares for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludvig committed Sep 7, 2024
1 parent 31c7a63 commit a0e9f94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
--------

v0.1.xx (xx-2024)
v0.1.3 (09-2024)

- Adds `__version__` variable to package.
- Changes type hints from `dict` to `Mapping` and `MutableMapping`
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ nattrs
**Nested attributes** utility functions for python. Allows getting/setting of object attributes and dict members interchangeably.
Useful to populate nested dicts for storing outputs of a loop.

The functions should work with any dict type (i.e. `Mapping` / `MutableMapping`).

> https://pypi.python.org/pypi/nattrs/

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nattrs"
version = "0.1.2"
version = "0.1.3"
description = "Nested attribute getter/setter that works with dictionaries and objects interchangeably."
authors = ["Ludvig Renbo Olsen <mail@ludvigolsen.dk>"]
readme = "README.md"
Expand Down

0 comments on commit a0e9f94

Please sign in to comment.