Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 10, 2025
1 parent c344380 commit 32750c0
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
@@ -1,6 +1,14 @@
# CHANGELOG


## v0.8.1 (2025-01-10)

### Bug Fixes

- Change `FileItem.file_size` from `IntegerField` to `PositiveBigIntegerField`
([`0562ccd`](https://github.com/OpenGeoscience/uvdat/commit/0562ccd131bc27183367a6b9758d3f2f6b608d38))


## v0.8.0 (2025-01-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

__version__ = '0.8.0'
__version__ = '0.8.1'

readme_file = Path(__file__).parent / 'README.md'
if readme_file.exists():
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uvdat",
"version": "0.8.0",
"version": "0.8.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 32750c0

Please sign in to comment.