Skip to content

Commit

Permalink
Merge pull request #89 from dabapps/2.1.2
Browse files Browse the repository at this point in the history
Bump version to 2.1.2
  • Loading branch information
j4mie authored Jul 17, 2023
2 parents 893812c + c582760 commit f8176c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.2] - 2023-07-17

### Fixed
- Fix an error when using the `@out` decorator on producer functions that return values like booleans, that can't have arbitrary attributes added to them ([#86](https://github.com/dabapps/django-readers/issues/86)).

Expand Down
2 changes: 1 addition & 1 deletion django_readers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.1"
__version__ = "2.1.2"

0 comments on commit f8176c5

Please sign in to comment.