Skip to content

Commit

Permalink
Change version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karhankayan committed Aug 19, 2024
1 parent bc380ad commit 7926a63
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ v1.7.0

v1.7.1
- Bugfix fine terrain in arctic scenes

v.1.8.0
- Implement tools for importing external assets into Indoors
2 changes: 1 addition & 1 deletion infinigen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging
from pathlib import Path

__version__ = "1.7.1"
__version__ = "1.8.0"


def repo_root():
Expand Down
2 changes: 1 addition & 1 deletion infinigen/assets/static_assets/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Princeton University.
# Copyright (C) 2024, Princeton University.
# This source code is licensed under the BSD 3-Clause license found in the LICENSE file in the root directory of this source tree.

# Authors:
Expand Down
2 changes: 1 addition & 1 deletion infinigen/assets/static_assets/static_category.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Princeton University.
# Copyright (C) 2024, Princeton University.
# This source code is licensed under the BSD 3-Clause license found in the LICENSE file in the root directory of this source tree.

# Authors:
Expand Down
2 changes: 1 addition & 1 deletion infinigen/assets/static_assets/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Princeton University.
# Copyright (C) 2024, Princeton University.
# This source code is licensed under the BSD 3-Clause license found in the LICENSE file in the root directory of this source tree.

# Authors:
Expand Down

0 comments on commit 7926a63

Please sign in to comment.