Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 18, 2024
1 parent a1ad86e commit 01747b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CHANGELOG


## v0.7.0 (2024-11-18)

### Bug Fixes

- Add missing hyphen in requirements list
([`82835b2`](https://github.com/OpenGeoscience/uvdat/commit/82835b272914f161836d135e926143db2fecfd45))

### Features

- Add precommit to repo
([`fa55c13`](https://github.com/OpenGeoscience/uvdat/commit/fa55c1364a006cc965c281bd16db6741af20ca37))


## v0.6.1 (2024-11-12)

### 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.6.1'
__version__ = '0.7.0'

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.6.1",
"version": "0.7.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 01747b3

Please sign in to comment.