Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jun 10, 2024
2 parents 9fce129 + d732b3e commit 37bcaca
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- --no-extra-eol

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [-w]
Expand Down Expand Up @@ -77,7 +77,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py37-plus, --keep-runtime-typing]
Expand Down Expand Up @@ -107,7 +107,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- black==24.3.0
- black==24.4.2

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog/1.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.0.0 (2024-06-10)
==================

First production-ready release!
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:caption: Changelog

DRAFT
1.0.0
0.1.6
0.1.5
0.1.4
Expand Down
2 changes: 1 addition & 1 deletion horizon_hwm_store/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
1.0.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
data-horizon[client-sync]>=0.0.8,<0.3
data-horizon[client-sync]>=1.0.0,<1.1
etl-entities>=2.1.0,<2.4.0

0 comments on commit 37bcaca

Please sign in to comment.