Skip to content

Commit

Permalink
build sub; fix github URL; deps; doc; fix CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Aug 16, 2023
1 parent b866611 commit 8e63e76
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
python-version: ['3.9', '3.10']
steps:
- name: Checkout reposistory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "zenbuild"]
path = zenbuild
url = https://github.com/plandes/zenbuild
url = git@github.com:plandes/zenbuild.git
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]


## [0.3.0] - 2023-08-16
### Changed
- Updated [zensols.util] to 1.13.0.
- Fix setuptool warning.


## [0.2.0] - 2023-02-02
### Changed
- Updated [zensols.util] to 1.12.0.
Expand Down Expand Up @@ -113,7 +119,8 @@ Stable release.
- Initial version


[Unreleased]: https://github.com/plandes/grsync/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/plandes/grsync/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/plandes/grsync/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/plandes/grsync/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/plandes/grsync/compare/v0.0.17...v0.1.0
[0.0.17]: https://github.com/plandes/grsync/compare/v0.0.16...v0.0.17
Expand Down
2 changes: 1 addition & 1 deletion src/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
zensols.util~=1.12.0
GitPython~=3.1.29
gitdb2~=2.0.3
zensols.util~=1.13.0
2 changes: 1 addition & 1 deletion zenbuild

0 comments on commit 8e63e76

Please sign in to comment.