Skip to content

Commit

Permalink
♻️ prep release (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksund authored Sep 11, 2022
1 parent 24e307c commit 10cf40d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ There is one key exception to the rules above -- and that is with `MAJOR`=0 rele
**Fixes**
-->

- no new changes have been merged into the `main` branch yet



# v0.11.0 (2022.09.10)

**Enhancements**
- REST API fields can now be specified directly with the `api_filters` attribute of any `DatabaseTable` class & fields from mix-ins are automatically added
- add `archive_fields` attribute that sets the "raw data" for the database table & fields from mix-ins are automatically added
Expand Down Expand Up @@ -52,6 +58,7 @@ There is one key exception to the rules above -- and that is with `MAJOR`=0 rele
- fix broken website links and workflow views



# v0.10.0 (2022.08.29)

**Enhancements**
Expand Down Expand Up @@ -87,6 +94,7 @@ There is one key exception to the rules above -- and that is with `MAJOR`=0 rele
- fix NEB workflows hints for `workup` failure due to missing start/end image folders



# v0.9.0 (2022.08.17)

**Enhancements**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ name="simmate"
# Versions should comply with PEP 440:
# https://www.python.org/dev/peps/pep-0440/
# https://semver.org/
version="0.10.0"
version="0.11.0"

# Maintainer info
authors = [{name = "Jack D. Sundberg", email = "[email protected]"}]
Expand Down
2 changes: 1 addition & 1 deletion src/simmate/database/third_parties/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def load_default_sqlite3_build():
"""
# DEV NOTE: the prebuild filename is updated when new versions call for it.
# Therefore, this value hardcoded specifically for each simmate version
archive_filename = "prebuild-2022-08-29.zip"
archive_filename = "prebuild-2022-09-11.zip"

# Make sure the backend is using SQLite3 as this is the only allowed format
assert DATABASES["default"]["ENGINE"] == "django.db.backends.sqlite3"
Expand Down

0 comments on commit 10cf40d

Please sign in to comment.