File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.2
2+ current_version = 0.1.3
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.1.3]
8+
9+ - README update.
10+
711## [ 0.1.2]
812
913- Avoid redundant ` to_attr ` when nesting Virtual Models
Original file line number Diff line number Diff line change 11"""Top-level package for django_virtual_models."""
22import logging
33
4- __version__ = "0.1.2 "
4+ __version__ = "0.1.3 "
55
66# Good practice: https://docs.python-guide.org/writing/logging/#logging-in-a-library
77logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
You can’t perform that action at this time.
0 commit comments