Skip to content

Commit

Permalink
Release 1.6.0.post0
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM committed Dec 22, 2020
1 parent fb5a7fd commit 7ee8724
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
## [Unreleased][unreleased]
N/A

## [1.6.0.post0] - 2020-12-22
### Changed
- Modernised packaging and ensure Python 3.8-3.9 are tested on CI. No
functional changes.

## [1.6.0] - 2019-01-30
### Added
- `autorepr` and `ReprHelperMixin` now use [`reprlib.recursive_repr`][rrr] if
Expand Down Expand Up @@ -103,8 +108,10 @@ These aliases will raise deprecation warnings:
### Changed
- Only create class variables during first instantiation.

[unreleased]: https://github.com/RazerM/represent/compare/1.6.0...HEAD
[unreleased]: https://github.com/RazerM/represent/compare/1.6.0.post0...HEAD
[1.6.0.post0]: https://github.com/RazerM/represent/compare/1.6.0...1.6.0.post0
[1.6.0]: https://github.com/RazerM/represent/compare/1.5.1...1.6.0
[1.5.1]: https://github.com/RazerM/represent/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/RazerM/represent/compare/1.4.1...1.5.0
[1.4.1]: https://github.com/RazerM/represent/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/RazerM/represent/compare/1.3.0...1.4.0
Expand Down
2 changes: 1 addition & 1 deletion represent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__all__ = core.__all__ + helper.__all__

__author__ = 'Frazer McLean <[email protected]>'
__version__ = '1.6.0'
__version__ = '1.6.0.post0'
__license__ = 'MIT'
__description__ = 'Create __repr__ automatically or declaratively.'

Expand Down

0 comments on commit 7ee8724

Please sign in to comment.