Skip to content

Commit

Permalink
release information
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed May 4, 2019
1 parent 6548d13 commit 89df734
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# SEED Version 2.5.2

* Placeholder
Date Range: 04/15/19 - 05/04/19

Closed Issues and Features:
- 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
- Feature [#1861]( https://github.com/SEED-platform/seed/issues/1861 ), Allow renaming of columns
- Fixed [#1867]( https://github.com/SEED-platform/seed/issues/1867 ), Allow Bldg to be parsed as part of the normalized address

# SEED Version 2.5.1

Expand Down
7 changes: 7 additions & 0 deletions docs/source/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Django handles the migration of the database very well; however, there are vario
Version 2.5.1
-------------

- There are no manual migratios that are needed. The `./manage.py migrate` command may take awhile
to run since the migration requires the recalculation of all the normalized addresses to parse
bldg correct and to cast the result as a string and not a bytestring.

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

0 comments on commit 89df734

Please sign in to comment.