File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format of this changelog is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 2.0.0 ]
8
8
### Changed
9
9
- Use Model.__ str__ () for related fields. In 1.x the primary key was used for related fields.
10
10
@@ -70,7 +70,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
70
70
### Added
71
71
- Initial version.
72
72
73
- [ Unreleased ] : https://github.com/benkonrath/django-csv-export-view/compare/1.1.0...HEAD
73
+ [ 2.0.0 ] : https://github.com/benkonrath/django-csv-export-view/compare/1.1.0...2.0.0
74
74
[ 1.1.0 ] : https://github.com/benkonrath/django-csv-export-view/compare/1.0.1...1.1.0
75
75
[ 1.0.1 ] : https://github.com/benkonrath/django-csv-export-view/compare/1.0.0...1.0.1
76
76
[ 1.0.0 ] : https://github.com/benkonrath/django-csv-export-view/compare/0.5.0...1.0.0
Original file line number Diff line number Diff line change 1
- __version__ = "2.0.0.dev0 "
1
+ __version__ = "2.0.0"
You can’t perform that action at this time.
0 commit comments