Skip to content

Commit

Permalink
prep for release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Apr 15, 2019
1 parent dc9ee91 commit 02277dc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# SEED Version 2.5.1

Date Range: 03/28/19 - 04/15/19

Closed Issues and Features:
- Fixed [#1734]( https://github.com/SEED-platform/seed/issues/1734 ), segfault when loading a lot of records to view in Inventory List
- Fixed [#1815]( https://github.com/SEED-platform/seed/issues/1815 ), Property labels are not in the export file
- Feature [#1832]( https://github.com/SEED-platform/seed/issues/1832 ), Update BuildingSync to Version 1.0
- Feature [#1833]( https://github.com/SEED-platform/seed/issues/1833 ), Add ULID, Building Footprint, and Tax Lot Footprint to Database
- Feature [#1855]( https://github.com/SEED-platform/seed/issues/1855 ), Add ULID as a matching field on taxlots
- Feature [#1856]( https://github.com/SEED-platform/seed/issues/1856 ), Import building and taxlot footprints from WKT format

# SEED Version 2.5.0

Date Range: 02/19/19 - 03/27/19
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/change_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ def add_pr(listobj, issue):
for issue in new_issues:
print('- %s [#%s]( %s ), %s' % (issue['type'], issue['number'], issue['url'], issue['title']))
print('')
print('Closed Issues:')
print('Closed Issues and Features:')
for issue in closed_issues:
print('- %s [#%s]( %s ), %s' % (issue['type'], issue['number'], issue['url'], issue['title']))
5 changes: 5 additions & 0 deletions docs/source/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Migrations

Django handles the migration of the database very well; however, there are various changes to SEED that may require some custom (manual) migrations. The migration documenation includes the required changes based on deployment and development for each release.

Version 2.5.1
-------------

- The migrations should work by simply running `./manage.py migrate`. There are no manual migrations needed for the 2.5.1 release.

Version 2.5.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SEED",
"version": "2.5.0",
"version": "2.5.1",
"description": "Standard Energy Efficiency Data (SEED) Platform™",
"license": "SEE LICENSE IN LICENSE",
"directories": {
Expand Down

0 comments on commit 02277dc

Please sign in to comment.